v6
latestOpenAPI 3.1.02026-07-311856741.1 MBcustomer_portal
wallets
public
Get Wallet
Get a wallet by ID for the authenticated customer.
get/v1/customer-portal/wallets/{id}
Path parameters
idstring uuid4 required
The wallet ID.
The wallet ID.
Response
Successful Response
Example response
{
"customer_id": "992fae2a-2a17-4b7a-8d9e-e287cf90131b",
"balance": 5000,
"currency": "usd"
}