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.breeze.blue/v1/balance" \ --header "xi-api-key: $BREEZE_API_KEY"
{ "balance": 123, "balance_millicredits": 123, "topups": [ { "topup_id": "<string>", "amount": 123, "status": "<string>", "created_at": "<string>" } ] }
Get the current credit balance and recent top-ups.
Breeze Developer API key.
Account balance.
Show child attributes