v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Channel

For channel

Returns a list of followers for a specific channel. Max limit is 1000. Use cursor for pagination.

get/v2/farcaster/channel/followers/

Query parameters

idstring required
Example:founders

Channel ID for the channel being queried

viewer_fidinteger

Providing this will return a list of followers that respects this user's mutes and blocks and includes viewer_context.

cursorstring

Pagination cursor.

limitinteger
Example:30

Number of followers to fetch

Headers

x-neynar-experimentalboolean

Enables experimental features including filtering based on the Neynar score. See docs for more details.

Response

Success

Example response

{
  "users": [
    {
      "auth_addresses": [
        {
          "address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
          "app": {
            "custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
            "fid": 3
          }
        }
      ],
      "custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
      "fid": 3,
      "profile": {
        "bio": {
          "mentioned_profiles": [
            {
              "custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
              "fid": 3
            }
          ]
        }
      },
      "verifications": [
        "0x5a927ac639636e534b678e81768ca19e2c6280b7"
      ],
      "verified_addresses": {
        "eth_addresses": [
          "0x5a927ac639636e534b678e81768ca19e2c6280b7"
        ],
        "primary": {
          "eth_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
        }
      }
    }
  ]
}