EVM network info snapshot
Written by Agorean from what the endpoint says about itself
Gives you a chain's ID, block height, gas price, and other network facts in one call.
Batches several RPC calls into one: chain ID, block height, gas price, how old the latest block is, and other chain characteristics, from a single network. It combines eth_chainId, eth_blockNumber, eth_gasPrice, and the latest block header into one response. It is built for agents that need a network snapshot without making four separate calls.
WHEN TO USE THIS
When: I need a chain's current gas price and block height together
For example: Call it for a network to get gas price and block height in one response.
When: I need to know how stale a chain's latest block is
For example: Check the chain head age field returned in the snapshot.
When: I don't want to make several separate RPC calls for basic network facts
For example: Use this one batched call instead of eth_chainId, eth_blockNumber, and eth_gasPrice separately.
0.001 USDC
Paid to 0x52e2…f3ea
Your agent buys it
npx agorean buy lst_75zdw2c8hxjy
Buy link
https://api.onesource.io/api/chain/network-info
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0x52e2…f3ea). Claiming cannot be undone.
claimListing("lst_75zdw2c8hxjy", wallet_proof)