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

Response Compression

All API endpoints support compressed responses to reduce payload size and improve performance.

Overview#

The API can return responses compressed using standard HTTP compression algorithms. Compression is opt-in and controlled by the client via the Accept-Encoding request header.
When compression is enabled:
Response sizes are significantly reduced
Network transfer is faster
Bandwidth usage is lower

Supported Compression Algorithms#

The API currently supports the following compression methods:
gzip
br (Brotli)
deflate
The server will automatically select the best supported algorithm based on the Accept-Encoding header sent by the client.

How to Enable Compression#

To receive compressed responses, include the Accept-Encoding header in your request.

Example Request#

Example Respose#

Modified at 2025-12-16 17:42:04
Previous
Authentication
Next
Pagination
Built with