v6

latestOpenAPI 3.1.02026-07-311856741.1 MB
customer_portal
wallets
public

List Wallets

List wallets of the authenticated customer.

get/v1/customer-portal/wallets/

Query parameters

pageinteger

Page number, defaults to 1.

Page number, defaults to 1.

limitinteger

Size of a page, defaults to 10. Maximum is 100.

Size of a page, defaults to 10. Maximum is 100.

sortingCustomerWalletSortProperty[] nullable

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Response

Successful Response

Example response

{
  "items": [
    {
      "customer_id": "992fae2a-2a17-4b7a-8d9e-e287cf90131b",
      "balance": 5000,
      "currency": "usd"
    }
  ]
}