cURL
curl --request GET \ --url https://api.pcxpay.com/v1/virtual-accounts/admin/squadco/balance \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Operation completed successfully", "data": { "balance": 123, "currency": "NGN" } }
Returns the current NGN wallet balance held in the SquadCo provider account. Requires internal-admin role.
internal-admin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SquadCo wallet balance
success
error
"success"
"Operation completed successfully"
Show child attributes