mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
1.1 KiB
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 %}