cURL
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.
Bearer authentication using an access token. Format: Bearer <access_token>
The unique ID of the user.
A successful response.
Represents an amount of money with its currency type.
Show child attributes