Skip to main content
GET
/
balance
Get Balance
curl --request GET \
  --url https://api.toughtongueai.com/api/public/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 150.00,
  "currency": "USD"
}
Returns the current wallet balance associated with your API token.
{
  "balance": 150.00,
  "currency": "USD"
}