provider_lookup_address
Retrieve the ENS name associated with a specific Ethereum address using this tool, simplifying blockchain address identification and enhancing wallet management.
Instructions
Lookup the ENS name for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to lookup |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"description": "The address to lookup",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}