Skip to main content
GET
Fetch members

Node.js SDK

๐Ÿ”— SDK Method: fetchChannelMembers Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Headers

x-neynar-experimental
boolean
default:false

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

Query Parameters

channel_id
string
required

Channel ID for the channel being queried

Example:

"neynar"

fid
integer

FID of the user being queried. Specify this to check if a user is a member of the channel without paginating through all members.

Required range: x >= 1
limit
integer<int32>
default:20

Number of results to fetch

Required range: 1 <= x <= 100
Example:

30

cursor
string

Pagination cursor.

Response

Success

members
ChannelMember ยท object[]
required
next
NextCursor ยท object
required

Returns next cursor