Get Transfer Records
get_transfer_recordsFetch records of transfers between your Poloniex accounts (e.g., spot to futures) with optional filters for currency, time range, and pagination.
Instructions
Fetch records of transfers between the caller's accounts (e.g. spot <-> futures), with optional filters. Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Transfer 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. |