mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
1.2 KiB
1.2 KiB
API
Overview
Nado's API is divided into the following categories:
- A websocket/REST API (gateway) that supports writes (executes) and polling (queries).
- A subscriptions API that allows to subscribe to live data feeds.
- An indexer API (archive) that allows you to query historical data.
- A trigger API that allows to execute orders only under specified price conditions.
{% hint style="info" %} NOTE: To contact the Nado team with any questions or inquiries about Private Gateway connections, such as increased limits, please reach out on the Telegram channel below:
- Telegram Group = TBD {% endhint %}
{% content-ref url="api/gateway" %} gateway {% endcontent-ref %}
{% content-ref url="api/subscriptions" %} subscriptions {% endcontent-ref %}
{% content-ref url="api/archive-indexer" %} archive-indexer {% endcontent-ref %}
{% content-ref url="api/trigger" %} trigger {% endcontent-ref %}