Bankless Onchain MCP Server

Official

get_transaction_info

Retrieve detailed transaction data from blockchain networks using the transaction hash and specified network to analyze and verify onchain activity.

Instructions

Gets detailed information about a specific transaction

Input Schema

NameRequiredDescriptionDefault
networkYesThe blockchain network (e.g., "ethereum", "polygon")
txHashYesThe transaction hash to fetch details for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "network": { "description": "The blockchain network (e.g., \"ethereum\", \"polygon\")", "type": "string" }, "txHash": { "description": "The transaction hash to fetch details for", "type": "string" } }, "required": [ "network", "txHash" ], "type": "object" }
ID: uawv4sbvqj