Skip to content

Details

/lists/:token_id/details

Get details of a user by their EFP list id.

Path Parameters

  • token_id (string): The EFP List of the account

Query Parameters

  • cache (string, optional): If set to ‘fresh’ the cache lookup will be skipped, fresh data will be returned and the cache record will be updated with the new data.

Sample Query

Terminal window
curl https://api.ethfollow.xyz/api/v1/lists/3/details
// sample response
{
"address": "0xc9c3a4337a1bba75d0860a1a81f7b990dc607334",
"ens": {
"name": "0xthrpw.eth",
"avatar": "https://euc.li/0xthrpw.eth",
"header": "https://storage.googleapis.com/nftimagebucket/tokens/0xb7def63a9040ad5dc431aff79045617922f4023a/1897.svg",
"display": "0xthrpw.eth",
"records": {
"avatar": "https://euc.li/0xthrpw.eth",
"com.github": "0xthrpw",
"com.twitter": "0xthrpw",
"description": "Took the mirrors off my cadillac because I don't like looking like I look back.",
"header": "https://storage.googleapis.com/nftimagebucket/tokens/0xb7def63a9040ad5dc431aff79045617922f4023a/1897.svg",
"name": "throw;"
},
"chains": {
"eth": "0xC9C3A4337a1bba75D0860A1A81f7B990dc607334"
},
"fresh": 1726680254493,
"resolver": "0x231b0Ee14048e9dCcD1d247744d114a4EB5E8E63",
"errors": {}
},
"ranks": {
"mutuals_rank": "4",
"followers_rank": "17",
"following_rank": "18",
"top8_rank": "12",
"blocks_rank": "7"
},
"primary_list": "3"
}