EC
EVM Chains (public RPC)
/transaction
Transaction by hash
Transaction details and receipt status.
liveverifieddegraded · 266ms
ethereumtransactiontxreceipt
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run evm /transaction for me.
Input
| Field | Type | Description |
|---|---|---|
| hash* | string | Tx hash |
| 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":"/transaction","input":{"hash":"...","chain":"ethereum"}}'cli
npx cracked-ai run -p evm -e /transaction -i '{"hash":"...","chain":"ethereum"}'mcp
run_tool({ provider: "evm", endpoint: "/transaction", input: {"hash":"...","chain":"ethereum"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.