> ## Documentation Index
> Fetch the complete documentation index at: https://docs.toughtongueai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Balance

> Get current wallet balance for your account

Returns the current wallet balance associated with your API token.

<ResponseExample>
  ```json 200 theme={null}
  {
    "balance": 150.00,
    "currency": "USD"
  }
  ```
</ResponseExample>
