cURL
curl --request GET \ --url https://api.example.com/exchange/api/v1/order_book
{ "value": [ { "bookOrdinal": 123, "orderHash": "<string>", "symbol": "<string>", "side": 123, "originalAmount": "<string>", "amount": "<string>", "price": "<string>", "traderAddress": "<string>", "strategyIdHash": "<string>" } ], "success": true, "timestamp": 123 }
Get current L3 order book
The trader address, with the discriminant prefix.
The strategy id hash.
The best N bids and asks to return, where N = depth
The symbol
The side of the order. Values include: 0: Bid, 1: Ask
0
1
Order book l3 data
Successful response for the OrderBook L3 API
The value of the response
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089