cURL
curl --request GET \ --url https://backend.tensorpix.ai/api/accounts/profile/balance/ \ --header 'Authorization: <api-key>'
{ "balance_usd": "<string>" }
Returns the 🪙 Credits balance of the current account.
Token-based authentication with required prefix "Token"
The response is of type object.
object
Was this page helpful?