Returns a paginated list of transfers for a given account, with optional filters.
200 with an empty transfers array and a pagination object.
| Parameter | Filters by | Format | Example |
|---|---|---|---|
automation_id | Automation that created the transfer | KSUID (26-char string) | 2MhCCIHuK4TGVgT9a4loQzJx1rj |
value_type | Currency / token on source or destination | Canonical API id (case-sensitive) | USDC, SBC, usd |
transfer_type | Payment rail / chain on source or destination | Canonical API id (case-sensitive) | polygon, wire, solana |
value_type and transfer_type use canonical API identifiers. See Value types and Transfer types for the full list of valid values.transaction_id — not a list filtertransaction_id is a response-only field on each transfer’s source and destination objects. It contains the on-chain transaction hash or off-chain payment reference once the leg has been submitted.
To locate a transfer by its transaction_id, retrieve the full list (optionally filtered by transfer_type or value_type) and match client-side, or use Get transfer if you already know the transfer id.
| Parameter | Description | Default |
|---|---|---|
page[size] | Number of transfers per page (1–100) | 25 |
page[after] | Cursor for forward pagination | — |
page[prev] | Cursor from pagination.prev in a previous response | — |
page[after] or page[prev] may be present per request. Filters persist across pages — you do not need to resend them when paging. Use the pagination.next value from the previous response as the page[after] query parameter in the next request.
automation_idvalue_typetransfer_type200 with the following structure:
Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer
The ID of the account
^[a-zA-Z0-9]{26}$"2VcUIIsgARwVbEGlIYbhg6fGG57"
Filter transfers to only those created by the specified Automation. Must be a valid KSUID. Exact match.
^[a-zA-Z0-9]{26}$"2VcUIIsgARwVbEGlIYbhg6fGG57"
Filter transfers by currency or token identifier. Matches transfers where the source or destination value_type equals this value. Case-sensitive. Use canonical API ids from the Coverage page.
Filter transfers by payment rail or chain identifier. Matches transfers where the source or destination transfer_type equals this value. Case-sensitive. Use canonical API ids from the Coverage page.
The number of transfers to return per page (1–100, default 25).
1 <= x <= 100Cursor for the next page (value returned in pagination.next)
Cursor for the previous page (value returned in pagination.prev)
A list of transfers
Lifecycle stage of the transfer
pending, processing, complete, canceled, failed "pending"
Monetary value with explicit currency
"2025-02-05T19:39:14.316Z"
"2025-02-05T19:39:14.316Z"