EVM Chains (public RPC)
EC
EVM Chains (public RPC)
/transaction

Transaction by hash

Transaction details and receipt status.

liveverifieddegraded · 266ms
ethereumtransactiontxreceipt
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run evm /transaction for me.

Input

FieldTypeDescription
hash*stringTx hash
chainstring (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.