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
}