get_similar_names
Find ENS names semantically similar to a given name using vector embeddings across 3.5M indexed ENS names. Returns similar names with similarity scores, status (REGISTERED / GRACE_PERIOD / PREMIUM_AUCTION / AVAILABLE), and live marketplace data. Names in GRACE_PERIOD are NOT registerable by anyone but the original holder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ENS name or label to find similar names for (e.g. "coffee", "pixel.eth") | |
| limit | No | Max results (default 20, max 50) |