TICKERS

A ticker is a report of the current market prices for an individual currency pair.

Subscribe: actual prices

When subscribed to TICKERS topic, the response message provides the actual prices of Criptan currency pairs.

{
  "action": "subscriptionStatus",
  "topic": "TICKERS",
  "status": "subscribed",
  "prices": [
    {
      "pair": string,
      "date": "2022-10-29T00:00:00.000Z",
      "id": string,
      "ask": string,
      "bid": string,
      "close": string,
      "price": string
    }
  ]
}

Message

{
  "topic": "TICKERS",
  "event": "INSERT",
  "data": {
    "pair": string,
    "date": "2022-10-29T00:00:00.000Z",
    "id": string,
    "ask": string,
    "bid": string,
    "close": string,
    "price": string
  }
}

Last updated