Orderbook
Order book depth of any given trading pair, split into two different arrays for bid and ask orders.
Orderbook
Name
Name
Type
Description
{
"status":"true",
"msg":"success",
"result": {
"ticker_id": "BTC_USDT",
"timestamp": 1713382097818,
"bids": [[61028.1,2.931],[61027.9,0.863],[],[]...],
"asks": [[61028.1,2.931],[61027.9,0.863],[],[]...],
}
}Last updated