> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.ripio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Format

All WebSocket API requests must follow this format:

```json theme={null}
{
  "id": "unique-request-id",
  "method": "order.create",
  "params": {
    ...body parameters...,
    "api_token": "your-api-token",
    "timestamp": 1634567890000,
    "signature": "calculated-signature"
  }
}
```
