List Wallets
Wallets
List portfolio wallets
Returns a cursor-paginated list of wallets for the authenticated organization.
GET
List Wallets
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque cursor from a prior response; pass it unchanged to fetch the next page (must be reused with the same filters and sort).
Maximum number of wallets to return in this response (smaller values reduce payload size and latency).
Required range:
1 <= x <= 100Field to sort by (currently only createdAt is supported).
Available options:
createdAt Sort direction for results; use desc for newest-first or asc for oldest-first.
Available options:
asc, desc Filter results to wallets created at or after this ISO-8601 timestamp.