cURL
curl --request GET \ --url https://cgk-api.crmclick.io/spot/orderbook
{ "ticker_id": "<string>", "bids": "<array>", "asks": "<array>", "timestamp": 123 }
Returns the current order book of a specific pair.
The trading symbol of this object, e.g. BTC_USDT, ETH_USDT
The maximum number of results to return
Spot order book response
The current all bids in format [price, size]
The current all asks in format [price, size]
Timestamp