Get Account Activity
get_account_activityFetch account activity including airdrops, rebates, staking, and adjustments, with filters for time, currency, and type.
Instructions
Fetch account activity such as airdrops, rebates, staking, and adjustments, with optional filters. Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Record id to start the query from (default 0). | |
| limit | No | Number of records to return (default 100, max 1000). | |
| endTime | No | End time in epoch milliseconds. | |
| currency | No | Filter by currency, e.g. "USDT". Omit for all. | |
| direction | No | Pagination direction relative to `from` (default NEXT). | |
| startTime | No | Start time in epoch milliseconds. | |
| activityType | No | Activity type code, e.g. 200 (ALL), 201 (AIRDROP), 205 (SWAP). |