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

PUBLISH Channels

REQUEST

<tr>
  <td>
    * \*op\*\* <span class="ws-data-type ws-small-font">string</span>  <span class="ws-required-tag ws-small-font">required</span>
      Operation code: `channels`
  </td>
</tr>

* \*id\*\* integer Request ID, an arbitrary integer to link requests with responses. Eg. `1`

Example
{
	"id": 1,
	"op": "channels"
}

RESPONSE

<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>
      Array of available channels to subscribe to. Eg. `orderbook:ETH-27JAN23-1050-P`
  </td>
</tr>

* \*id\*\* integer Response ID, an arbitrary integer to link requests with responses. Eg. `1`

Example

Last updated