v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount limits
List account limits
List available limits on the account.
Refer to the Account limits guide for more information.
get/v1/accounts/{accountId}/limits
Path parameters
accountIdnumber required
Example:123456
Account ID
Response
OK
Example response
{
"max_credit_limit": 800.01,
"available_total_installment_credit": 1000.31,
"available_withdrawal_credit": 500.01,
"available_savings_account_limit": 10.11,
"total_overdraft_limit": 345.61,
"total_installment_credit_limit": 145.78,
"total_credit_limit": 15.51,
"percentage_over_limit": 15.5,
"available_monthly_credit": 10000.31,
"available_credit_limit": 712.02,
"monthly_credit_limit": 324.82,
"held_funds": 50.01,
"additional_funds": 100.5,
"withdrawal_credit_limit": 10.34,
"currency_code": "BRL",
"currency_numeric_code": "986"
}