Market
Last updated
Last updated
These endpoints provide public access to market data, including order book depth, recent trades, candlestick charts, and 24-hour ticker statistics. No authentication is required.
Get current order book depth for a given symbol.
Symbol name, e.g., BTC/USDT
Limit the number of price levels returned
100
Successfully retrieved order book depth.
Get 24 hour price change statistics. If no symbol is sent, data for all symbols is returned.
Single symbol, e.g., BTC/USDT
Weight (IP/UID):
symbol
is provided: 5symbol
is not provided: 80Comma-separated list of symbols, e.g., BTC/USDT,ethusdt
Weight (IP/UID):
symbols
is not provided: 80symbols
(1–20): 5symbols
(21–100): 40symbols
(≥ 101): 80Successfully retrieved 24hr ticker data.
Get recent trades for a symbol.
Symbol name, e.g., BTC/USDT
Limit the number of trades returned
100
Successfully retrieved recent trades.
Get candlestick data for a given symbol and interval.
Symbol name, e.g., BTC/USDT
Interval of the candlestick data.
Supported values: 1min, 5min, 15min, 30min, 60min, 1day, 1week, 1month.
Start time in milliseconds (optional)
End time in milliseconds (optional)
Successfully retrieved candlestick data.