Skip to main content
Glama

Arbitrum MCP Server

get_transaction

Retrieve detailed transaction information by providing a transaction hash. Works with Arbitrum Nitro nodes and chains, enabling precise chain health monitoring and node operations.

Instructions

Get transaction details by hash

Input Schema

NameRequiredDescriptionDefault
rpcUrlNoThe RPC URL of the chain (optional if default is set)
txHashYesTransaction hash

Input Schema (JSON Schema)

{ "properties": { "rpcUrl": { "description": "The RPC URL of the chain (optional if default is set)", "type": "string" }, "txHash": { "description": "Transaction hash", "type": "string" } }, "required": [ "txHash" ], "type": "object" }

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/dewanshparashar/arbitrum-mcp'

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