Wallets
Get wallet by ID
get/api/wallets/{id}
Path parameters
idstring required
Wallet ID
Response
Wallet details
Example response
{
"id": "clx1234567890",
"customerId": "clxcust123",
"name": "Main Wallet",
"currency": "USD",
"rateAmount": "1.0000",
"creditsBalance": "100.0000",
"balance": "100.0000",
"consumedCredits": "50.0000",
"consumedAmount": "50.0000",
"status": "ACTIVE",
"customer": {
"id": "clx1234567890",
"name": "Jane Doe",
"email": "jane@example.com"
}
}