check_availability
Verify ENS name availability, returning status (available, registered, expired, invalid), owner address, and expiry date. Validates name format and supports up to 100 names with or without .eth suffix.
Instructions
Check availability of one or more ENS names. Returns status (AVAILABLE, REGISTERED, EXPIRED, or INVALID), owner address, and expiry date for each name. Validates ENS character rules. Accepts names with or without .eth suffix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | Array of ENS names or labels to check (max 100). e.g. ["coffee", "tea.eth", "pixel"] |