> ## Documentation Index
> Fetch the complete documentation index at: https://hydrotuff-admin-mcp-fix-pages-3f076f6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Balance

> Retrieve your remaining HydroSolve balance.

# Get Balance

`GET /getBalance?apikey=<key>`

Returns your current account balance.

## Query Parameters

| Parameter | Type   | Required | Description  |
| --------- | ------ | -------- | ------------ |
| `apikey`  | string | Yes      | Your API key |

## Response

```json theme={null}
{
  "status": "success",
  "balance": 10.0
}
```
