Content pfp
Content
@
0 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
What is the fastest way of getting the last 100k block number + block hash pairs for free? Looking for this data on ethereum mainnet specifically to use in a script
11 replies
3 recasts
16 reactions

vrohlfs pfp
vrohlfs
@vrohlfs
You can either (1) get that by calling eth_ getBlockByNumber https://www.quicknode.com/docs/ethereum/eth_getBlockByNumber or (2) real-time stream Block data into a DB where your script can pull from (https://www.quicknode.com/docs/streams/data-sources#block)
0 reply
0 recast
0 reaction