Install the Client SDK
The recommended way to interact with Cryptorobot.ai is via the official typed client package over WebSockets:Connect & Authenticate
Using Services
All API endpoints are exposed as typed services:Real-Time Events
The WebSocket connection automatically receives real-time events for services you interact with:REST Alternative
For environments where WebSockets aren’t available, you can use REST:- REST Client
- cURL
- Python
Base URL
Required Headers (REST only)
| Header | Value | Required |
|---|---|---|
Content-Type | application/json | For POST/PATCH/PUT |
Authorization | Bearer <token> or ApiKey <key> | For authenticated endpoints |

