Account History
Account History provides account-specific data, including account logs ( history of all balance and position changes) and history for executions, orders, and triggers.
- The
/account-log
endpoint provides a paginated JSON response, with access to all account log history specified by ranges of timestamp or ID. - The
/accountlogcsv
endpoint provides a CSV formatted response of 500,000 rows of most recent account logs. See also the websocket feed of account log snapshots - The
/executions
endpoint provides a paginated JSON response, with access to all private execution history specified by ranges of timestamp or ID - The
/orders
endpoint provides a paginated JSON response, with access to all private order history specified by ranges of timestamp or ID - The
/triggers
endpoint provides a paginated JSON response, with access to all private trigger history specified by ranges of timestamp or ID
📄️ Get execution events
Lists executions/trades for authenticated account.
📄️ Get order events
Lists order events for authenticated account.
📄️ Get trigger events
Lists trigger events for authenticated account.
📄️ Get account log
Lists account log entries, paged by timestamp or by ID.
📄️ Account log (CSV)
Lists recent account log entries in CSV format.