Markets
Get market bbo
Get the best bid/ask for the given market
get/bbo/{market}
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 1 of the 50 revisions of this API.2
- ○
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
- ○