Markets
Get market bbo including all orders including RPI (as seen by the UI)
Returns best bid/offer including all orders including RPI (as seen by the UI)
get/bbo/{market}/interactive
Path parameters
marketstring required
Market symbol - ex: BTC-USD-PERP
Response
OK
Example response
{
"ask": "30130.15",
"ask_size": "0.05",
"bid": "30112.22",
"bid_size": "0.04",
"last_updated_at": 1681493939981,
"market": "BTC-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 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
- ○
- ○
endpoint added
endpoint-added
- ○