Content
@
0 reply
0 recast
0 reaction
J. Valeska 🦊🎩🫂
@jvaleska.eth
const endpoint = `https://api.neynar.com/v2/farcaster/feed/channels?channel_ids=${channelId}&limit=3&cursor=${cursor}`; what I am doing wrong? this returned +300 entries.. instead just 3 and then I sent them to anthropic.. and claude is loving the channel and got some cool insights but I had being rate limited LOL the webhooks for mentions are very top but when the webhook gets an error as response, does it retry 3 times? or is it another thing in my backend retrying?
2 replies
0 recast
18 reactions
rish
@rish
can you send me the exact API request so I can try to repro?
1 reply
0 recast
1 reaction
J. Valeska 🦊🎩🫂
@jvaleska.eth
cursor is the empty string, channel is onchain-blocks I think the while(cursor) is not a proper way to break that loop https://api.neynar.com/v2/farcaster/feed/channels?channel_ids=onchain-blocks&limit=3&cursor=
1 reply
0 recast
0 reaction