For the complete documentation index, see llms.txt. This page is also available as Markdown.

SUBSCRIBE Ticker

UPDATE TIME

Real Time

REQUEST

<tr>
  <td>
    * \*data\*\* <span class="ws-data-type ws-small-font">array of strings</span>  <span class="ws-required-tag ws-small-font">required</span>\
      Channel name in the format `ticker:ASSET:INSTRUMENT_TYPE` or `ticker:INSTRUMENT_NAME`.\
      Eg. `ticker:ETH:OPTION` or `ticker:ETH-31MAR23-1350-C`.
  </td>
</tr>

* \*op\*\* string required Operation code allowed values: `subscribe` `unsubscribe`

  • ASSET allowed values: ETH

  • INSTRUMENT_TYPE allowed values : OPTION PERPETUAL

<details>

Example

{
	"op":"subscribe", 
	"data": ["ticker:ETH:OPTION"]
}

RESPONSE

* \*channel\*\* string required Channel name in the format `ticker:ASSET:INSTRUMENT_TYPE` or `ticker:INSTRUMENT_NAME`. Eg. `ticker:ETH:OPTION` or `ticker:ETH-31MAR23-1350-C`.

<details>

Example

Last updated