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.
cURL
curl --request GET \ --url https://api.webscraping.titannet.io/api/v1/billing/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": "<unknown>" }
Returns wallet balances, optional active credit lots, and optional daily refresh metadata.
JWT or API key as Bearer (e.g. titan_sk_…).
Standard success envelope with BalanceResponse in data
true