Transaction / trade history
get_transactionsRetrieve historical transaction logs for a Saxo Bank account, including executed trades, cash bookings, or order activity within a specified date range.
Instructions
Historical transaction log. type=trades (default): executed trades. type=bookings: cash bookings such as deposits, withdrawals, dividends, fees and settlements. type=order_activities: audit trail of order events (placed, filled, cancelled). Defaults to the last 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max rows to return (default 200). | |
| type | No | ||
| toDate | No | Date in YYYY-MM-DD format | |
| fromDate | No | Date in YYYY-MM-DD format | |
| accountKey | No | Saxo AccountKey. Omit to use the client's default account (see get_account_summary for the list). | |
| wholeClient | No | If true, aggregate across ALL accounts of the client instead of one account. |