epsm-api
  1. Overview
epsm-api
  • Overview
    • Getting Started
    • Authentication
    • Response Compression
    • Pagination
  • Dark Shorts
    • rest_v1_dark_shorts_ticker_GET
      GET
  • Powerdays
    • rest_v1_powerday_daily_reports_ticker_GET
      GET
  • Relative Market Rank
    • rest_v1_rmr_ticker_GET
      GET
  • Timing Momentum
    • timing_momentum_ticker_GET
      GET
  • Trend Indicator
    • rest_v1_trend_indicator_daily_reports_ticker_GET
      GET
  • Volatility Strength
    • rest_v1_volatility_strength_reports_ticker_GET
      GET
  • PEAD
    • rest_v1_pead_current_ticker_type_GET
      GET
  • Schemas
    • ChartPrice
    • Pead
  1. Overview

Authentication

All requests to the EPSM Enterprise API must include a valid API key. Requests made without an API key will be rejected with 403 response code.
You can obtain your API key by contacting our support team at
support.

API Key Header Authentication#

The EPSM Enterprise API uses header-based authentication. Include your API key in every HTTPS request using the x-api-key header.

Example#

Make sure to replace <your-api-key> with the key provided by EPSM.
Modified at 2025-12-16 17:00:02
Previous
Getting Started
Next
Response Compression
Built with