Order book (USER_DATA)
GET /api/v3/depthName
Type
Mandatory
Description
{
"sell": {
"10": 100, // price: quantity
"11": 11
},
"buy": {
"1": 25000,
"5": 2121,
"6": 5000
}
}Last updated
GET /api/v3/depth{
"sell": {
"10": 100, // price: quantity
"11": 11
},
"buy": {
"1": 25000,
"5": 2121,
"6": 5000
}
}Last updated