GET
/
wallets

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Query Parameters

cursor
string

The cursor for pagination

size
integer

The number of wallets to return

startDate
string

The start date and time for filtering the results

endDate
string

The end date and time for filtering the results

status
enum<string>

Filter wallets by status. Use 'active' to return active wallets with the activatedAt field filled, and 'inactive' to return inactive wallets.

Available options:
active,
inactive

Response

200 - application/json
data
object[]
pagination
object