Get contract ABI
get_contract_abiRetrieve the ABI of a verified smart contract by providing the chain and contract address. Returns the ABI array for integration.
Instructions
Get the ABI of a verified smart contract. Returns the ABI array only.
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 smart contract address. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| notes | No | ||
| pagination | No | ||
| instructions | No | ||
| data_description | No |