curl --request GET \
--url https://api.owem.com.br/v4/i/bank-accounts/{accountId}/balance \
--header 'Authorization: <authorization>'{
"requestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"success": true,
"size": 1,
"message": "Saldo consultado",
"data": {
"accountId": "123456789000",
"balance": 1250.75
}
}
Returns the account balance at Owem. Check available amount in real-time for transfers.
curl --request GET \
--url https://api.owem.com.br/v4/i/bank-accounts/{accountId}/balance \
--header 'Authorization: <authorization>'{
"requestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"success": true,
"size": 1,
"message": "Saldo consultado",
"data": {
"accountId": "123456789000",
"balance": 1250.75
}
}
Basic {Base64(API_KEY:API_SECRET)}{
"requestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"success": true,
"size": 1,
"message": "Saldo consultado",
"data": {
"accountId": "123456789000",
"balance": 1250.75
}
}
| HTTP | Description |
|---|---|
| 200 | Success |
| 400 | Malformed accountId |
| 401 | Invalid credentials |
| 403 | IP not allowlisted |
| 404 | Account not found |
| 429 | Rate limit exceeded |
| 500 | Internal error |
GET /v4/i/ledger).Was this page helpful?