Skip to main content
GET
List wallets

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Response

200 - application/json

Paginated crypto wallets

A page of crypto wallets.

items
object[]
required

The items on this page.

pageNumber
integer
required

Zero-based index of this page.

Required range: x >= 0
Example:

0

pageSize
integer
required

Number of items per page.

Required range: x >= 0
Example:

30

totalItems
integer
required

Total number of items across all pages.

Required range: x >= 0
Example:

42

totalPages
integer
required

Total number of pages.

Required range: x >= 0
Example:

2

next
string | null

URL to fetch the next page of results, if available.