Getting started
A typical integration:
- Get credentials. Obtain an API token — see Authentication.
- Call the REST API. Base URL
https://api.smirkterminal.xyz. Browse the REST reference. - Subscribe to the stream. Connect to
wss://stream.smirkterminal.xyz/connection/websocketand 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.