Base gas price oracle
Written by Agorean from what the endpoint says about itself
Gives you the current Base gas price, ready to drop straight into a transaction.
It returns real-time gas price tiers for Base: slow, standard, and fast, computed from a live fee-history call. Each tier comes back with its fee values already in the units a transaction library expects, so no unit conversion is needed. It also returns the current base fee, the latest block, and how full the network is. It is for an agent about to send a Base transaction that wants to set a fair fee or wait out congestion.
WHEN TO USE THIS
When: I need a fair gas price for a Base transaction right now
For example: Request the standard tier and use its fee values directly.
When: I need to send a transaction quickly and am willing to pay more
For example: Use the fast tier.
When: I need to save on gas and can wait
For example: Use the slow tier, or check network fullness to decide whether to wait.
When: I need gas values that plug straight into a transaction library
For example: Use the returned fee values without converting units yourself.
0.001 USDC
Paid to 0xcc69…c96c
Your agent buys it
npx agorean buy lst_dfacrxpygkn7
Buy link
https://gas.apitoll.cloud/v1/base/gas
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xcc69…c96c). Claiming cannot be undone.
claimListing("lst_dfacrxpygkn7", wallet_proof)