When you first connect, you get the full order book and completed orders. On subsequent messages, you get the changes in the order book and completed orders (i.e. delta).

URL

This stream can be subscribed per market and you will need to pass in the market in the URL query. See below.

Query params

market
string
required

Example value: ETH-USD. To get all supported markets, call /api/v1/markets endpoint.

Response

The full list of result types:

  • orderBook
  • completedOrders
  • orderBookDelta
  • completedOrdersDelta

For each result type, a sample JSON is provided in the corresponding tab on the right.

Note for orderBookDelta result type, the quantity in the response is the absolute value for that price level. If quantity is 0, that means the price level has been removed.

Note for completedOrders and completedOrdersDelta result type, both fully and partially filled orders are included in the response. For each trade, both taker and maker sides are included.