v1

latestOpenAPI 3.1.02026-07-22133579505.8 KB
Transfers

List transfers

Retrieve list of transfers.

get/transfers

Query parameters

destination_idstring

If specified, returns only transfers that were made to the given destination.

statusstring

Status of the transfer.

include_tagsstring

Filter transfers by comma-separated key.value pairs.

ended_beforestring

Filter transfers with ended_at less than (exclusive) this RFC3339 timestamp.

ended_afterstring

Filter transfers with ended_at greater than or equal to (inclusive) this RFC3339 timestamp.

page_sizeinteger

Number of items to return per page.

order'asc' | 'desc'

Sort order for items

cursorstring

Used for pagination - represents last page seen. Value is included in response when there is a next page.

Response

OK

status'success' required
messagestring required
has_nextboolean required

Whether there are more items beyond this page.

next_urlstring

Full URL to fetch the next page. Only present when has_next is true.