book
Returns a snapshot of the specified order book with max 25 levels on each side
{
"instrument": "BTC-USD",
"tradable": true
}{
"instrument": "BTC-USD",
"tradable": true,
"clientId": 123
}[
[ // Bids
[
1100000000000, // Price
11000000 // Size
],
[
1099900000000,
100000000
]
],
[ // Asks
[
1100100000000, // Price
80000000 // Size
],
[
1100200000000,
200000000
]
]
]Field name
Type
Description
Filed name
Type
Description
Last updated