v8

OpenAPI 3.1.02026-08-033623795.0 MB
Transfers

List Transfers

Lists an account's transfers.

get/transfers

Query parameters

origin_idstring

Filter to transfers sent from this account. Provide this or destination_id.

destination_idstring

Filter to transfers received by this account. Provide this or origin_id.

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