Skip to main content
GET
Get Account Deposits

Authorizations

Authorization
string
header
required

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

Query Parameters

pageSize
integer
default:50

Items per page.

Required range: x <= 200
pageToken
string

Opaque cursor taken from the previous response's nextPageToken. Omit for the first page. A token is scoped to the endpoint that issued it.

Response

One page of deposits

deposits
object[]

List of deposit transactions for the account.

nextPageToken
string

Cursor for the next page. Present only when a further page exists.