Wallets
Read all wallets
This endpoint reads all wallets
GET
/
wallets
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Query Parameters
The cursor for pagination
The number of wallets to return
The start date and time for filtering the results
The end date and time for filtering the results
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
Was this page helpful?