Content
@
0 reply
0 recast
0 reaction
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.
9 replies
1 recast
37 reactions
Yoseph Ⓜ️
@yosephks
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
0 reaction
Yoseph Ⓜ️
@yosephks
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