get_account_activities
Retrieve account activities such as fills, dividends, and transfers. Filter by date or activity type to analyze trading history.
Instructions
Returns a list of account activities such as fills, dividends, and transfers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter activities by their creation date (created_at), not the activity's settlement date. For non-trade activities such as fees, the creation date is typically the day after the trade date (in UTC). Both formats YYYY-MM-DD and YYYY-MM-DDTHH:MM:SSZ are supported. | |
| after | No | Get activities created after this date. Both formats YYYY-MM-DD and YYYY-MM-DDTHH:MM:SSZ are supported. | |
| until | No | Get activities created before this date. Both formats YYYY-MM-DD and YYYY-MM-DDTHH:MM:SSZ are supported. | |
| category | No | The activity category. Cannot be used with "activity_types" parameter. | |
| direction | No | The chronological order of response based on the activity datetime. | desc |
| page_size | No | The maximum number of entries to return in the response. | |
| page_token | No | Token used for pagination. Provide the ID of the last activity from the last page to retrieve the next set of results. | |
| activity_types | No | A comma-separated list of activity types used to filter the results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||