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

askstring

Best ask price

ask_sizestring

Best ask size

bidstring

Best bid price

bid_sizestring

Best bid size

last_updated_atinteger

Last update to the orderbook in milliseconds

marketstring

Symbol of the market

seq_nointeger

Sequence number of the orderbook

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/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-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