Recommended
/users/:addressOrENS/recommended
Get recommended users for a user by their address or ENS name.
Path Parameters
addressOrENS
(string): The address or ENS name of the account.
Query Parameters
limit
(number, optional): Specifies the amount of records to return in the response. If not specifed, default value is 10.offset
(number, optional): Specifies the starting index of the records to return in the response. If not specifed, default value is 0.
Sample Query
curl https://api.ethfollow.xyz/api/v1/users/0xthrpw.eth/recommended
// sample response{ "recommended": [ { "name": "incarterseyes.eth", "address": "0x5a084aaef5eddd9195f28f6fe056785e01f210eb", "avatar": "https://arweave.net/pAMEFSMLuKfdBE4RX2HQd7l_TblPkqS8GIt7cOy8Bb0", "class": "B", "created_at": "2024-09-18T03:45:36.490Z" }, { "name": "occ.eth", "address": "0x66d9640783719c13d6a106924000bc6153661a97", "avatar": "https://euc.li/occ.eth", "class": "C", "created_at": "2024-09-18T03:45:36.490Z" }, { "name": "aaronjmars.eth", "address": "0x0000ce08fa224696a819877070bf378e8b131acf", "avatar": "https://ens.xyz/aaronjmars.eth", "class": "C", "created_at": "2024-09-18T03:45:36.490Z" },
...}