Skip to main content

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