Markets
Get market interactive orderbook
Returns orderbook including RPI
get/orderbook/{market}/interactive
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 3 of the 50 revisions of this API.4
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-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
- ○
- ○
endpoint added
endpoint-added
- ○