Get address info
get_address_infoRetrieve balance, type (account or contract), and metadata for any address on a specified blockchain. Use this to identify whether an address is an account or contract.
Instructions
Get balance, type (account vs contract), and metadata for an address on a chain. Use this first when asked about a wallet or contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain name or numeric chain ID, e.g. "ethereum" or "1". Use get_chains_list to discover supported chains. | |
| address | Yes | The 0x-prefixed address (account or contract) to look up. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| notes | No | ||
| pagination | No | ||
| instructions | No | ||
| data_description | No |