Skip to main content
GET
/
balance
Get balance
curl --request GET \
  --url https://api.mindcase.co/api/v1/balance \
  --header 'Authorization: Bearer <token>'
{
  "usd_remaining": 8.5
}

Documentation Index

Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format mk_live_...

Response

Remaining USD balance

usd_remaining
number
required
Example:

8.5