Get Depth Info
GET: /v1/future-u/market/public/cg/orderbook
Content-Type: application/x-www-form-urlencoded
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading pair,eg.BTC-USDT | |
level | int | false | 50 | 1- 200 |
Note:This method does not require a signature.
Response
{
"ticker_id": "BTC-USDT",
"timestamp": 1698668957638,
"bids": [
["34794.6", "97164"],
["34794.5","9897"],
...
],
"asks": [
["34794.7", "168479"],
["34794.8","4009"],
...
]
}