FlipsideCrypto / livequery-models

https://flipsidecrypto.github.io/livequery-models/
MIT License
2 stars 3 forks source link

Neynar Data API Integration #90

Closed zakkisyed closed 5 months ago

zakkisyed commented 5 months ago

🚀 API Request

Describe the new external data source API you're proposing Farcaster is a protocol for building decentralized social apps. Neynar makes it easy to build on Farcaster. Neynar also provides API's to query data from - https://docs.neynar.com/docs/getting-started-with-neynar

What benefits would this new API bring to you and other users? This API will let users scrape Farcaster data easily like how people are doing on Dune.

Example: Dune Query

Provide an example of how the API might be accessed

curl --request GET \
     --url 'https://api.neynar.com/v2/farcaster/cast?type=url' \
     --header 'accept: application/json' \
     --header 'api_key: NEYNAR_API_DOCS'

Can get more details here: API Reference

Additional context We can do a lot with Neynar Data: https://docs.neynar.com/recipes Since Farcaster is slowly rising as a Social Fi app, it will be helpful for analysts to track with Neynar Data.

juls858 commented 5 months ago

We have released an update to LiveQuery that removes the allow list. Your api should be available through livequery. All apis are now accessible. For real time updates follow me on X @DataJuls