Skip to main content

Getting started

A typical integration:

  1. Get credentials. Obtain an API token — see Authentication.
  2. Call the REST API. Base URL https://api.smirkterminal.xyz. Browse the REST reference.
  3. Subscribe to the stream. Connect to wss://stream.smirkterminal.xyz/connection/websocket and subscribe to the channels you need — see the Streaming API.

Each step is documented in detail in its own section. This page will grow into a copy-paste-able quickstart once the endpoints are in place.