Websocket Api
Request Format
All WebSocket API requests must follow this format:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": "unique-request-id",
"method": "order.create",
"params": {
...body parameters...,
"api_token": "your-api-token",
"timestamp": 1634567890000,
"signature": "calculated-signature"
}
}