Skip to main content

Get Ask Bid Market Information for Specific Trading Pair

Type: GET

Description: /future/market/v1/public/q/ticker/book

Note:

This method does not require a signature.

Limit flow rules

None

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Request Example

Request
{
curl -G "https://fapi.xt.com/future/market/v1/public/q/ticker/book" \
-d "symbol=eth_usdt" # required
}

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"ap": "", // ask price
"aq": "", // ask amount
"bp": "", // bid price
"bq": "", // bid amount
"s": "", // Trading pair
"t": 0 // Time
},
"returnCode": 0
}

Error Code

Error CodeDesc
invalid_symbolSymbol does not exist