Loading...
Loading...
Check the status of a transaction hash, get receipt details, and view the block explorer link. Use when you have a transaction hash and need to verify if it succeeded or failed, or to provide a proof link to the user.
npx skill4agent add fibrous-finance/fibx-skills tx-statussendtradesendtrade--chainnpx fibx@latest tx-status <hash> [--chain <chain>]<hash>0x--chain <chain>basecitreahyperevmmonadbasenpx fibx@latest tx-status 0x123...456npx fibx@latest tx-status 0xabc...def --chain monad--jsonnpx fibx@latest tx-status 0x123...456 --json{
"status": "success", // "success" or "reverted"
"blockNumber": "12345", // Block number where included
"gasUsed": "21000", // Gas used
"explorerLink": "https://..." // URL to block explorer
}