{
  "message": "ping"
}
// Success
{
  "message": "pong"
}

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.
{
  "message": "ping"
}
// Success
{
  "message": "pong"
}