Transfers

List Transfers

Lists ledger transfers for an account. You must specify an origin_id or a destination_id.

get/transfers

Query parameters

origin_idstring

Filter to transfers sent from this account.

destination_idstring

Filter to transfers received by this account.

order'created_at' | 'amount'

Sort column. Defaults to created_at.

direction'asc' | 'desc'

Sort direction. Defaults to desc.

created_beforestring

Only transfers created strictly before this ISO 8601 timestamp.

created_afterstring

Only transfers created strictly after this ISO 8601 timestamp.

firstinteger

Number of transfers to return from the start of the window.

afterstring

Cursor to fetch the page after (from page_info.end_cursor).

lastinteger

Number of transfers to return from the end of the window.

beforestring

Cursor to fetch the page before (from page_info.start_cursor).

Response

transfers listed

Changes