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": "swindler.eth", "address": "0xf972bf8592c3171b378e97bb869a980c3f476583", "avatar": "https://rainbow.mypinata.cloud/ipfs/QmcSAHrGGdXJRPmxYUk1R86Wqpfgg4TPMAXC6MfQHPugvF", "header": "https://rainbow.mypinata.cloud/ipfs/QmVDbkDutSk4phVohMs76jV4RgT3bpSdzHnesBHFxW6jRL", "class": "B", "created_at": "2025-03-07T15:53:58.797Z" }, { "name": "gratefulape.eth", "address": "0x52a4c418576dc46e4116ececc6f68d1c9b9636ed", "avatar": "https://euc.li/gratefulape.eth", "header": null, "class": "B", "created_at": "2025-03-07T15:53:58.797Z" }, { "name": "treeskulltown.eth", "address": "0x2dacc0b072146b40e60b8596b99756112d45c924", "avatar": "https://euc.li/treeskulltown.eth", "header": null, "class": "B", "created_at": "2025-03-07T15:53:58.797Z" },
...}