Skip to main content

Market Data Endpoints

Access comprehensive market data including prices, volumes, order book depth, and trading pairs information.

Get All Markets

Retrieve information about all available trading pairs on ScaleX DEX.

Response

Response Fields


Get Trading Pairs

Get simplified trading pair information.

Response


Get 24hr Ticker Statistics

Get 24-hour price and volume statistics for a specific trading pair.

Parameters

Response

Response Fields


Get Current Price

Get the current price for a specific trading pair.

Parameters

Response


Get Order Book Depth

Get current order book depth for a trading pair.

Parameters

Response

Response Fields

Order book data is sorted by price with best bid (highest) first and best ask (lowest) first.

Error Responses

Rate Limits

Market data endpoints have the following rate limits:
  • General market data: 1200 requests per minute
  • Order book depth: 600 requests per minute
  • 24hr ticker: 300 requests per minute
Exceeding rate limits will result in HTTP 429 responses. Implement appropriate retry logic with exponential backoff.