cURL
curl --request GET \ --url https://resolvio.namespace.ninja/ens/v1/addresses/{name}
[ { "coin": 60, "name": "eth", "address": "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6" } ]
Retrieve cryptocurrency addresses associated with an ENS name
ENS name (e.g., "vitalik.eth")
6 - 256
"vitalik.eth"
Skip cache and fetch fresh data
Array of coin types to retrieve (e.g., [60, 0] for ETH and BTC)
[60, 0]
ENS addresses retrieved successfully
Coin type identifier (e.g., 60 for ETH, 0 for BTC)
60
Human-readable coin name
"eth"
Cryptocurrency address
"0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6"
Was this page helpful?