arrows-rotate-reverseGet balance

GET https://api.agilizepay.com/pix/get_balance

SUMMARY:

access_token = Access token code generated by authentication

CLIENT_ID = Your client_id can be found within the dashboard.

header
{ 
    'client_id: {CLIENT_ID}',
    'Accept': 'application/json',
    'Authorization': "Bearer {access_token}"
}
chevron-right 🟒 200 - Successfullyhashtag

Response body

{ 
[
    {
        'wallet': string,
        'amount': number
    }
]
}
chevron-rightπŸ”΄400 - Bad requesthashtag

chevron-rightπŸ”΄401 - Unauthorizedhashtag

chevron-rightπŸ”΄500 - Internal server errorhashtag

Last updated