Skip to main content

Get Depth Info

Type: GET

Description: /future/market/v1/public/cg/orderbook

Content-Type = application/x-www-form-urlencoded

Note:

This method does not require a signature.

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair, e.g. BTC-USDT
levelintfalse50Depth level1-200

Response Example

Response
{
"ticker_id": "BTC-USDT",
"timestamp": 1698668957638,
"bids": [
["34794.6", "97164"],
["34794.5", "9897"],
...
],
"asks": [
["34794.7", "168479"],
["34794.8", "4009"],
...
]
}