Skip to content

Follower State

/lists/:token_id/:addressOrENS/followerState

Get the follower state between a given list and a given user.

Path Parameters

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

Sample Query

Terminal window
curl https://api.ethfollow.xyz/api/v1/lists/3/encrypteddegen.eth/followerState
// sample response
{
"token_id": "3",
"address": "0xc983ebc9db969782d994627bdffec0ae6efee1b3",
"state": {
"follow": true,
"block": false,
"mute": false
}
}