get_domain_records
Fetch ENS text records for a domain to retrieve associated data like avatar, email, URL, and social profiles using Grove's blockchain data access.
Instructions
Get ENS text records for a domain (e.g., avatar, email, url, twitter, github)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ENS domain name | |
| keys | Yes | Text record keys to fetch (e.g., ["avatar", "email", "url", "com.twitter", "com.github"]) |