Files
ritmex-bot/docs/nado/developer-resources/api/subscriptions.md
T

1.1 KiB

Subscriptions

Overview

To interact with the subscription API, send websocket messages to WEBSOCKET [SUBSCRIPTIONS_ENDPOINT].

Subscription connections must set the Sec-WebSocket-Extensions header to include permessage-deflate.

Endpoints

Testnet:

  • wss://gateway.test.nado.xyz/v1/subscribe

{% hint style="info" %} Note: You must send ping frames every 30 seconds to keep the websocket connection alive. {% endhint %}

{% content-ref url="subscriptions/authentication" %} authentication {% endcontent-ref %}

{% content-ref url="subscriptions/streams" %} streams {% endcontent-ref %}

{% content-ref url="subscriptions/events" %} events {% endcontent-ref %}

{% content-ref url="subscriptions/rate-limits" %} rate-limits {% endcontent-ref %}