REST API
cURL
curl --request GET \ --url https://api.adullam.dev/v1/account/balance \ --header 'Authorization: Bearer <token>'
{ "available_balance": 1500000, "pending_balance": 50000, "currency": "XOF", "last_updated": "2024-01-15T10:30:00Z" }
Retrieve current account balance
Use the access token obtained from /v1/auth/token
Account balance
Available balance in XOF
1500000
Pending balance in XOF
50000
"XOF"
"2024-01-15T10:30:00Z"