EC
EVM Chains (public RPC)
/block
Block
Latest or specific block header with transaction count.
liveverifieddegraded · 140ms
ethereumblock
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run evm /block for me.
Input
| Field | Type | Description |
|---|---|---|
| number | string | Block number, or 'latest' default "latest" |
| 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":"/block","input":{"number":"latest","chain":"ethereum"}}'cli
npx cracked-ai run -p evm -e /block -i '{"number":"latest","chain":"ethereum"}'mcp
run_tool({ provider: "evm", endpoint: "/block", input: {"number":"latest","chain":"ethereum"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.