Skip to main content
GET
/
v1
/
account
/
balance
Get Account Balance
curl --request GET \
  --url https://api.pagou.ai/v1/account/balance \
  --header 'apiKey: <api-key>'
{
  "balance": 125043,
  "currency": "BRL"
}

Authorizations

apiKey
string
header
required

Response

Success

balance
integer
required
currency
string
required