Subscribe to Execution Data
Request
Response
Error Response
Execution Message Format
Each trade execution generates a message with the following format:Message Fields
Field | Type | Description |
---|---|---|
market | string | The market pair (e.g., “BTCUSD”) |
price | string | Execution price as a decimal string |
amount | string | Executed amount as a decimal string |
executed_at | string | Timestamp in RFC3339Nano format |
Multiple Market Subscriptions
Subscribe to multiple markets simultaneously:Processing Execution Data
Real-time Updates
- Messages are sent immediately when trades execute
- No messages during idle periods with no trading activity
- All executions are delivered in chronological order
Example Implementation
Unsubscribe
To stop receiving execution data:List Active Subscriptions
Get all active execution data subscriptions:Response
Questions? Contact Support.