cURL
curl --request GET \ --url https://api.orderly.org/v1/orderbook/{symbol} \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "asks": [ { "price": 10669.4, "quantity": 1.56263218 } ], "bids": [ { "price": 10669.4, "quantity": 1.56263218 } ], "timestamp": 123 } }
Limit: 10 requests per 1 second
GET /v1/orderbook/{symbol}
Snapshot of the current orderbook. Price of asks/bids are in descending order.
the levels wish to show on both side.
OK
The response is of type object.
object