Skip to main content
GET
List Cryptocurrency Transfers

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

limit
integer<int32>
default:10

(OPTIONAL) The maximum number of cryptocurrency transfers to return in a single page. The maximum value that can be specified is 25.

Required range: 1 <= x <= 25
cursor
string

(OPTIONAL) Pagination cursor to be used in subsequent queries to retrieve next page of results

account_id
string
required

Unique identifier of the account to filter transfers by

Response

Success

transfers
Transfer · object[]
cursor
string

Pagination cursor to be used in subsequent queries to retrieve next page of results. If this field is omitted, there are no subsequent pages.