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.qclawrouter.com/v1/user/balance
查询当前用户账户的总余额
curl https://api.qclawrouter.com/v1/user/balance \ -H "Authorization: Bearer sk-your-api-key"
{ "object": "user_balance", "total_balance": 10.50, "used_balance": 2.30, "remaining_balance": 8.20, "currency": "USD" }