Content pfp
Content
@
0 reply
0 recast
2 reactions

Nick T pfp
Nick T
@nt
how does clank.fun stream clanker trades in real time? First, I scrape @clanker api every minute for the latest tokens and feed them into my own PostgresDB. an @indexsupply streaming query feeds me 100-150 trades/second from across the @base chain, I filter this for clanker trades and then fetch the latest market cap onchain with @alchemyplatform. I also fetch cast engagement info from @neynar. the initial feed comes from @dune.eth and I cache all metadata with Redis. finally the data is streamed to clients through websockets/socket.io.
12 replies
9 recasts
59 reactions

mvr 🐹 pfp
mvr 🐹
@mvr
oh is there a clanker api? couldn't find it so i've subscribed to deploy events onchain (there is a lot of tokens clanker deploys that do not make it to the website, probably due to some bugs)
0 reply
0 recast
0 reaction