Skip to main content
GET
Bulk fetch

Node.js SDK

๐Ÿ”— SDK Method: fetchBulkChannels 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

Query Parameters

ids
string
required

Comma separated list of channel IDs or parent_urls, up to 100 at a time

Example:

"neynar,warpcast"

type
enum<string>

Type of identifier being used to query the channels. Defaults to ID.

Available options:
id,
parent_url
Example:

"id"

viewer_fid
integer

FID of the user viewing the channels.

Required range: x >= 1

Response

Success

channels
Channel ยท object[]
required