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"
}
]
}Customer UUID.
List of wallets
{
"data": [
{
"balance": 250,
"currency": "EUR"
}
]
}