Skip to content

Market

The market API provides endpoints for managing digital currency market data.

All endpoints follow RESTful conventions and require authentication via API Key and HMAC signature. more details, see Authentication.

Required Headers (All Endpoints)

bash
-H "X-API-Key: YOUR_API_KEY" \
-H "X-API-Timestamp: UNIX_TIMESTAMP_MS" \
-H "X-API-Signature: YOUR_GENERATED_SIGNATURE" \
-H "Content-Type: application/json"

Endpoint Summary

OperationMethodEndpoint
Query Crypto InfoGET/market/v1/tickers/{symbol}/info
Query Crypto K-LinesGET/market/v1/tickers/{symbol}/klines
Query Crypto FinancialsGET/market/v1/tickers/{symbol}/financials
Query Single Crypto QuoteGET/market/v1/tickers/{symbol}/quote
Query Batch Crypto QuotesGET/market/v1/tickers/quotes
Query Exchange RatesGET/market/v1/exchange-rates
Query Market Trading SessionGET/market/v1/{market}/trading-sessions
Crypto K-Line Stream (WSS)WSS/ws/market/v1/kline
Crypto Quote Stream (WSS)WSS/ws/market/v1/statistic