Skip to main content
GET
/
spot
/
orderbook
cURL
curl --request GET \
  --url https://cgk-api.crmclick.io/spot/orderbook
{
  "ticker_id": "<string>",
  "bids": "<array>",
  "asks": "<array>",
  "timestamp": 123
}

Query Parameters

ticker_id
string
default:BTC_USDT
required

The trading symbol of this object, e.g. BTC_USDT, ETH_USDT

depth
integer<int32>
default:20
required

The maximum number of results to return

Response

Spot order book response

ticker_id
string
required

The trading symbol of this object, e.g. BTC_USDT, ETH_USDT

bids
array
required

The current all bids in format [price, size]

asks
array
required

The current all asks in format [price, size]

timestamp
number

Timestamp