Order book (USER_DATA)
GET /api/v3/depth
Get order book. (Захиалгын сангийн мэдэээл)
Parameters:
Name
Type
Mandatory
Description
symbol
STRING
YES
timestamp
LONG
YES
Response:
{
"sell": {
"10": 100, // price: quantity
"11": 11
},
"buy": {
"1": 25000,
"5": 2121,
"6": 5000
}
}
Last updated
Was this helpful?