Skip to content

Account

/users/:addressOrENS/account

Get account information by Address or ENS Name

Path Parameters

  • addressOrENS (string): The address or ENS name of the account.

Sample Query

Terminal window
curl http://api.ethfollow.xyz/api/v1/users/dr3a.eth/account
// sample response
{
"address": "0xeb6b293e9bb1d71240953c8306ad2c8ac523516a",
"ens": {
"name": "dr3a.eth",
"avatar": "https://avatar-upload.ens-cf.workers.dev/mainnet/dr3a.eth?timestamp=1681787731836",
"records": {
"avatar": "https://avatar-upload.ens-cf.workers.dev/mainnet/dr3a.eth?timestamp=1681787731836",
"com.discord": "dr3a.eth",
"com.twitter": "dr3a_eth",
"description": "dr3a.eth 💙",
"email": "[email protected]",
"name": "drea",
"org.telegram": "dr3adoteth",
"url": "https://dr3a.eth.limo"
},
"updated_at": "2024-09-18T01:54:52.959Z"
}
}