Checking Bank Account Balance
This endpoint returns the current balance to the bank account.
Request
GET 'https://apisandbox.delbank.com.br/baas/api/v1/balances'
curl --location 'https://apisandbox.delbank.com.br/baas/api/v1/balances' \
--header 'accept: */*' \
--header 'x-delbank-api-key: PJPyJ2xGmyB9oDHyNIUwNOt1dgpgolBwcE16ybaKD5rYEc8ujLtarBP0nNw2FKdgK+5YJFciFwTdORlZsdaTzjEbKN5ut+Ag4xGy69bbtXJmzkzRDHry9ubYbMW4xFMb'
Headers
Name | Description |
---|---|
x-delbank-api-key | Required. API key |
Response
{
"amountAvailable": 100999496981.40,
"amountJudicialyBlocked": 0.00,
"amountTempBlocked": 0.00,
"amountPixBlocked": 200.99,
"amountTempBlockedOperationInternal": 250.00,
"amountBlockedForDebit": 0.0
}