Get spot transfer history for a subaccount
Returns settled spot (ERC-20) transfers involving a single subaccount or an entire wallet (specify exactly one), optionally bounded by a start/end timestamp window. Each entry reports the transfer amount and fee as decimals along with direction — the sender sees the gross amount plus fee, the receiver sees the net credit — plus the resolved settlement batch and status.
Body
Parameters for private/get_erc20_transfer_history. Matches get_withdrawal_history: subaccount_id plus an optional [start_timestamp, end_timestamp] window in unix milliseconds. wallet, when set, takes precedence over subaccount_id and returns the whole wallet's transfers. Results are capped at 1000 rows.
Response
Success
Related topics
Transfer a spot asset to another owner's subaccountTransfer a spot asset between your subaccountsGet interest history for a subaccount