Market

Get Market Depth Data

get

Retrieve the order book depth for a specific contract.

Query parameters
contractNamestringOptional

Contract name E.g. USDT1816-BTC-USDT

limitintegerOptional

Default 100, Max 100

Default: 100
Responses
chevron-right
200

Successfully retrieved market depth data

application/json
get
/fapi/v1/depth
200

Successfully retrieved market depth data

24 Hour Ticker Statistics

get

Get 24 hour price change statistics for a contract.

Query parameters
contractNamestringOptional

Contract name E.g. USDT1816-BTC-USDT

Responses
chevron-right
200

Successfully obtained ticker info

application/json
get
/fapi/v1/ticker
200

Successfully obtained ticker info

All Market Tickers

get

Retrieve ticker statistics for all contracts.

Responses
chevron-right
200

Successfully retrieved all tickers

application/json
get
/fapi/v1/ticker_all
200

Successfully retrieved all tickers

Get Index / Mark Price

get

Fetch index and mark prices for a contract.

Query parameters
contractNamestringOptional

Contract name E.g. USDT1816-BTC-USDT

limitstringOptional

Default 100, Max 100

Default: 100
Responses
chevron-right
200

Successfully retrieved index/mark price

application/json
get
/fapi/v1/index
200

Successfully retrieved index/mark price

Kline / Candlestick Data

get

Returns historical candlestick (kline) data for a symbol.

Query parameters
contractNamestringOptional

Contract name E.g. USDT1816-BTC-USDT

intervalstringOptional

K-line interval: 1min,5min,15min,30min,1h,1day,1week,1month

limitintegerOptional

Default 100, Max 300

Default: 100
Responses
chevron-right
200

Successfully retrieved kline data

application/json
get
/fapi/v1/klines
200

Successfully retrieved kline data

Last updated