账单
获取钱包余额
返回账户钱包余额。
GET
获取钱包余额
授权
Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
返回账户钱包余额。
curl --request GET \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/billing/wallet-balance \
--header 'Authorization: Bearer <token>'{
"accrued_charges": "<string>",
"balance": "<string>",
"currency": "<string>",
"net_balance": "<string>"
}Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.
此页面对您有帮助吗?
curl --request GET \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/billing/wallet-balance \
--header 'Authorization: Bearer <token>'{
"accrued_charges": "<string>",
"balance": "<string>",
"currency": "<string>",
"net_balance": "<string>"
}