validate_eth_address
USE THIS to verify an Ethereum address before sending funds or storing it — never trust that a 0x… string is correct. Validates the format and the EIP-55 mixed-case checksum (catches typos), and returns the correctly-checksummed form. A wrong character makes a different address — funds sent there are lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The Ethereum address (0x + 40 hex chars). |