v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Wallets

List wallets

Returns a list of all wallets associated with the authenticated account.

get/wallets

Query parameters

pageinteger

Page number for pagination.

per_pageinteger

Number of results per page.

Response

List of wallets

Example response

{
  "data": [
    {
      "balance": 250,
      "currency": "EUR"
    }
  ]
}