Get the ENS data of a user by their address or ENS name.
addressOrENS
curl https://api.ethfollow.xyz/api/v1/users/brantly.eth/ens
// sample response{ "ens": { "name": "brantly.eth", "address": "0x983110309620d911731ac0932219af06091b6744", "avatar": "https://euc.li/brantly.eth", "records": { "avatar": "https://euc.li/brantly.eth", "com.discord": "brantly.eth", "com.github": "brantlymillegan", "com.twitter": "brantlymillegan", "description": "Catholic, husband, father | building @efp.eth | ENS (DAO delegate, former core team) | Sign-in with Ethereum (creator)", "email": "[email protected]", "header": "https://i.imgur.com/Quo06x2.png", "location": "USA", "name": "Brantly Millegan", "org.telegram": "brantlymillegan", "url": "https://ethfollow.xyz/" }, "updated_at": "2024-09-18T03:40:58.807Z" }}