Markets
Get market orderbook
Get snapshot of the orderbook for the given market
get/orderbook/{market}
Path parameters
marketstring required
Market symbol - ex: BTC-USD-PERP
Query parameters
depthinteger
Depth
price_tickstring
Price tick for aggregation
Response
OK
Example response
{
"best_ask_api": [
"10.5"
],
"best_ask_interactive": [
"10.5"
],
"best_bid_api": [
"10.5"
],
"best_bid_interactive": [
"10.5"
],
"last_updated_at": 1681462770114,
"market": "ETH-USD-PERP",
"seq_no": 20784
}Changes
Changed in 2 of the 50 revisions of this API.3
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterprice_ticknew-optional-request-parameter
- ○