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

start
string

This is a parameter to support pagination. Get the value from the last field if present in the previous response.

Response

deposits
object[]
required

List of deposit transactions for the account.

last
string

This is a field in the response to support pagination. Use this value if present for the start parameter of the following request to get the next page of results.