Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.sandbox.sudo.cards/cards/{id}/balance \ --header 'Authorization: <api-key>'
{ "statusCode": 200, "message": "Card balance fetched successfully.", "data": { "currentBalance": 18000, "availableBalance": 18000 } }
Fetches the balance of the specified card.
The _id of the card you wish to fetch the balance for.
_id
200
"Card balance fetched successfully."
Show child attributes