List Transfers
Lists an account’s transfers.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-10"
Query Parameters
Filter to transfers sent from this account. Provide this or destination_id.
Filter to transfers received by this account. Provide this or origin_id.
Sort column. Defaults to created_at.
created_at, amount Sort direction. Defaults to desc.
asc, desc Only transfers created strictly before this ISO 8601 timestamp.
Only transfers created strictly after this ISO 8601 timestamp.
Number of transfers to return from the start of the window.
x <= 50Cursor to fetch the page after (from page_info.end_cursor).
Number of transfers to return from the end of the window.
x <= 50Cursor to fetch the page before (from page_info.start_cursor).

