This WebSocket is user agnostic and does not require authentication.
Build Your Order Book Locally
This WebSocket can be used to retrieve market specific order book and completed orders as well as the corresponding deltas. 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). To get the latest order book snapshot without reconnecting, you can use the Get Order Book endpoint.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
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