Content pfp
Content
@
0 reply
0 recast
0 reaction

alex pfp
alex
@alexgrover.eth
Is there a hub-native way of getting a list of FIDs from an eth address? It would be really nice if there was a reverse equivalent of verificationsByFid without running an indexer.
12 replies
1 recast
18 reactions

Yoseph Ⓜ️ pfp
Yoseph Ⓜ️
@yosephks.eth
Hi @alexgrover.eth seems no API from hubs for this If you want to do it w/o any 3rd party: 1. Replicate Hubs data to your postgres https://docs.farcaster.xyz/developers/guides/apps/replicate#VPSidebarNav 2. Fetch address from `verifications` table https://docs.farcaster.xyz/reference/replicator/schema#verifications
1 reply
0 recast
1 reaction

Yoseph Ⓜ️ pfp
Yoseph Ⓜ️
@yosephks.eth
Effectively these are what indexers (e.g. Airstack) do coz hubs alone is limited While you might want to avoid 3rd party, instead of rebuilding the same thing, it might make sense to use 3rd party to save time For your use case, you can just call one API and done https://app.airstack.xyz/query/VIX2HWNq2N
1 reply
0 recast
0 reaction