Balance
Check your wallet USDC balance across networks
Balance
The Balance API returns your wallet's USDC balance and address information.
Endpoint
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
network | string | base-sepolia | Blockchain network to check |
Supported Networks
| Network | Description |
|---|---|
base-sepolia | Base testnet (for development) |
base | Base mainnet (production) |
Response
| Field | Type | Description |
|---|---|---|
usdcBalance | string | USDC balance with 6 decimal places |
address | string | Your wallet address |
hasWallet | boolean | Whether wallet has been created |
network | string | Network queried |