API endpoint
This tutorial uses the GET v2/feed endpointparent_url
, parent_url
s are just arbitrary strings. Different clients choose to show their chosen list of parent_urls
and some clients like Warpcast refer to them as “channels”.

Create a channel feed
In this example, we will try to create a feed for the Neynar channel. If you are looking for theparent_url
s for the channels on Warpcast, you can find them in the Farcaster Channels Repository. You will need the right parent_url
to fetch channel data.
Ensure you have the right environment setup
Make sure to have node.js, typescript (ts) and yarn installed on your machine- Install node.js and npm
- Install yarn
- Install ts-node globally
Create a new typescript file with the right imports
Initialize the client
Call fetchFeedPage
function to get feed
Run your new .ts file
- Navigate to the right folder in your terminal e.g.
cd ./test-sdk
- Run script by typing
yarn start
into the terminal