curl --request GET \
--url https://api.tensormesh.ai/v1/billing/balance \
--header 'Authorization: Bearer <token>'{
"balance": {
"currencyCode": "<string>",
"units": "<string>",
"nanos": 123
}
}Current-user balance lookup.
curl --request GET \
--url https://api.tensormesh.ai/v1/billing/balance \
--header 'Authorization: Bearer <token>'{
"balance": {
"currencyCode": "<string>",
"units": "<string>",
"nanos": 123
}
}Use this group to read the current user’s available balance. Common operations:Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?