Get Subaccount Transfer Records
get_subaccount_transfer_recordsFetch transfer records between accounts in your group. Filter by currency, account type, time range, or specific accounts. Returns last 7 days by default.
Instructions
Fetch transfer records among accounts in the account group, with optional filters. Max interval between startTime and endTime is 6 months; without them, the last 7 days are returned. 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. | |
| toAccountId | No | External UID of the destination account. | |
| fromAccountId | No | External UID of the source account. | |
| toAccountType | No | ||
| fromAccountType | No | Account type filter: SPOT or FUTURES. |