Skip to main content

Get the best pending order ticker

Type: GET Description: /v4/public/ticker/book

Parameters

nametypemandatorydefaultdescriptionranges
symbolstringfalsetrading pair eg:btc_usdt
symbolsarrayfalseCollection of trading pairs. Priority is higher than symbol. eg: btc_usdt,eth_usdt
tagsstringfalseSet of tags, separated by commas, currently only supports spot

Limit Flow Rules

  1. single symbol: 10/s/ip
  2. multiple symbols: 10/s/ip

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": [
{
"s": "btc_usdt",
"t": 1661856036925,
"ap": null,
"aq": null,
"bp": null,
"bq": null
}
]
}