GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required
Minimum string length: 1

Query Parameters

kind
enum<string>

Optional transfer kind filter.

Available options:
deposit,
withdrawal
limit
integer
default:50

Page size, from 1 to 100. Defaults to 50.

Required range: x <= 100
cursor
string

Base64url JSON cursor with updatedAtEpochMs and transferId.

Minimum string length: 1

Response

Success

version
string
required
Allowed value: "external-transfer-history/v1"
accountId
string
required
Minimum string length: 1
transfers
object[]
required
nextCursor
string | null
required
Minimum string length: 1
freshness
object
required
kind
enum<string>
Available options:
deposit,
withdrawal