Skip to main content

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:

Base URL

Required Headers (REST only)

Query Parameters

Pagination

Sorting

Field Selection

Filtering

Response Format

Paginated List (Find)

Single Resource (Get / Create / Patch)

Error