Skip to main content

Get Ask Bid Market Information for All Trading Pairs

Type: GET

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

Note:

This method does not require a signature.

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
}