Nar pfp
Nar
@nar
Feel like this is super common for me 1. Oh look a shiny API 2. But it’s rate limited 3. Let me just write a script to periodically query the API and persist the data to a DB I can freely query from Is there a better pattern? Otherwise doing something like this for ERC-20 and NFT indexers this week
11 replies
0 recast
2 reactions

Stas pfp
Stas
@stas
Hmm, not sure what the API does, but if it's a critical data source, I'd rather look into @typedarray.eth Ponder or deploy something like sugar if it's your protocol https://github.com/velodrome-finance/sugar
1 reply
0 recast
0 reaction

Nar pfp
Nar
@nar
Thanks for sharing, both look interesting but not looking for stuff triggered on contract events for our use case. Just snapshots of a wallets owned assets at a point in time
0 reply
0 recast
2 reactions