Events
Event Payload Format
{
"event": "trade.filled",
"event_id": "evt_abc123",
"timestamp": "2026-02-20T12:00:00Z",
"data": { ... }
}Trade Events
Event
Description
{
"event": "trade.filled",
"event_id": "evt_123",
"timestamp": "2026-02-20T12:00:00Z",
"data": {
"id": "trd_abc123",
"exchange_account_id": "exc_123",
"strategy_id": "str_123",
"trade_pair": "BTC/USDT",
"side": "BUY",
"type": "LIMIT",
"price": 50000.00,
"amount": 0.1,
"fee": 0.05,
"status": "FILLED",
"filled_at": "2026-02-20T12:00:00Z"
}
}Copier Events
Event
Description
Copy Trade Events
Event
Description
Strategy Events
Event
Description
Exchange Events
Event
Description
All Events Reference
Last updated
Was this helpful?