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

# Get Balance

Returns the token balance of a wallet.

## Endpoint

GET /balance/\{wallet}

### Parameters

wallet string and API key required

## Response Body

```json theme={null}
{
  "address": "0x7E9B85417beC02A0Ef03A01c5973526xxxxxxxxx",
  "usdc_balance": 28600000
}
```
