get https://api.neynar.com/v2/farcaster/feed/following
Fetch feed based on who a user is following
Responses
Fetch feed based on who a user is following
xxxxxxxxxx
curl --request GET \
--url 'https://api.neynar.com/v2/farcaster/feed/following?with_recasts=true&limit=25' \
--header 'accept: application/json' \
--header 'x-api-key: NEYNAR_API_DOCS'
xxxxxxxxxx
844}
{
"casts": [
{
"hash": "string",
"parent_hash": "string",
"parent_url": "string",
"root_parent_url": "string",
"parent_author": {
"fid": 0
},
"author": {
"object": "user",
"fid": 3,
"username": "string",
"display_name": "string",
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"pfp_url": "string",
"profile": {
"bio": {
"text": "string",
"mentioned_profiles": [
{
"object": "user_dehydrated",
"fid": 3,
"username": "string",
"display_name": "string",
"pfp_url": "string",
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}