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

PUBLISH Status

REQUEST

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

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

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

RESPONSE

<tr>
  <td>
    <span className="ws-small-font">data.</span>**account** <span className="ws-data-type ws-small-font">string</span> <span className="ws-required-tag ws-small-font">required</span>
    Account's Ethereum address.. Eg. `0xE9b3a48d15BE316A8e34FAd53fFDFDddf0C3D24b`
  </td>
</tr>

<tr>
  <td>
    <span className="ws-small-font">data.</span>**subscriptions** <span className="ws-data-type ws-small-font">array of strings</span>  <span className="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