Get the code stored at an address on a specified blockchain.
- Provider
- Etherscan (Ethereum Explorer)
- Input summary
- {"name":"chainid","type":"string","required":false,"description":"Chain ID to query, e.g., '1' for Ethereum, '8453' for Base from supported chains."}, {"name":"module","type":"string","required":false,"description":"Set to 'proxy' for this endpoint.","enum":["proxy"]}, {"name":"action","type":"string","required":false,"description":"Set to 'eth_getCode' for this endpoint.","enum":["eth_getCode"]}, {"name":"address","type":"string","required":false,"description":"The address to query."}, {"name":"tag","type":"string","required":false,"description":"Use 'latest', 'earliest', 'pending', or a block number in hex.","enum":["latest","earliest","pending"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available