byte_get_token_balances
Get USDC and ETH balances for an address on Arbitrum Sepolia testnet. Use this to verify test funds for subscriptions and oracle queries.
Instructions
Get USDC and ETH balances for an address on Arbitrum Sepolia (the on-chain testnet layer — MockUSDC settles subscriptions and fact-oracle queries there). Does NOT show the Base-mainnet USDC balance that byte_buy_data spends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usdc | No | USDC balance (atomic, 6 decimals) | |
| eth | No | ETH balance (wei) | |
| address | No | Echoed address |