Orderbook
The order book endpoint is to provide a complete level 2 order book (arranged by best asks/bids) with full depth returned for a given market pair.
Orderbook
Name
Description
Name
Type
Description
{
"status":"true",
"msg":"success",
"result": {
"timestamp": 1713382097818,
"bids": [[61028.1,2.931],[61027.9,0.863],[],[]...],
"asks": [[61028.1,2.931],[61027.9,0.863],[],[]...],
}
}Last updated