Get Wallet Activity
get_wallet_activityFetch deposit and withdrawal activity from Poloniex over a time window. Provide start and end UNIX timestamps; optionally filter by activity type.
Instructions
Fetch deposit and withdrawal activity within a time window. Both start and end are required. Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End of the window, as a UNIX timestamp (required). | |
| start | Yes | Start of the window, as a UNIX timestamp (required). | |
| activityType | No | Filter by activity type. Omit for all types. |