Customers
List customer wallets
get/customers/{uuid}/wallets
Path parameters
uuidstring required
Customer UUID.
Response
List of wallets
Example response
{
"data": [
{
"balance": 250,
"currency": "EUR"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.