EC
EVM Chains (public RPC)
/gas
Gas price
Current gas price in gwei.
liveverifieddegraded · 128ms
gasfeesethereum
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run evm /gas for me.
Input
| Field | Type | Description |
|---|---|---|
| chain | string (ethereum | base | arbitrum | polygon | optimism | bsc) | Chain default "ethereum" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"evm","endpoint":"/gas","input":{"chain":"ethereum"}}'cli
npx cracked-ai run -p evm -e /gas -i '{"chain":"ethereum"}'mcp
run_tool({ provider: "evm", endpoint: "/gas", input: {"chain":"ethereum"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.