byte_get_token_balances
Retrieve USDC and ETH balances on Arbitrum Sepolia for an address to verify funds for subscriptions and fact-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 |
|---|---|---|---|
| eth | No | ETH balance (wei) | |
| usdc | No | USDC balance (atomic, 6 decimals) | |
| address | No | Echoed address |