Skip to main content
Glama

Bankless Onchain MCP Server

Official
by Bankless

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" }

You must be authenticated.

Other Tools from Bankless Onchain MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bankless/onchain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server