Skip to main content
GET
List deposits

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Query Parameters

limit
number
default:20

Maximum number of deposits to return

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

Opaque pagination cursor. Pass the nextCursor value from the previous response.

Minimum string length: 1

Response

Response for status 200

data
object[]
required
hasMore
boolean
required

Whether another page of deposits is available

nextCursor
string | null
required

Cursor for the next page, or null when this is the final page