List Transfers
Lists ledger transfers for an account. You must specify an origin_id or a destination_id.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Query Parameters
Filter to transfers sent from this account.
Filter to transfers received by this account.
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).

