GET
/
api
/
v1
/
balance
Saldo da carteira e taxas
curl --request GET \
  --url https://seu-dominio.com/api/v1/balance \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Response

200 - application/json

OK

The response is of type object.