Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get the current wallet balance.
GET /v1/wallet/balance
Authorization
Bearer <api-key>
x-workspace-id
curl "https://api.monid.ai/v1/wallet/balance" \ -H "Authorization: Bearer monid_live_..." \ -H "x-workspace-id: ws_abc123"
{ "balance": { "value": 2.85, "currency": "USD" } }