Files

1.2 KiB

API

Overview

Nado's API is divided into the following categories:

  1. A websocket/REST API (gateway) that supports writes (executes) and polling (queries).
  2. A subscriptions API that allows to subscribe to live data feeds.
  3. An indexer API (archive) that allows you to query historical data.
  4. 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 %}