Skip to main content
Glama

Arbitrum MCP Server

get_transaction_receipt

Retrieve transaction receipt details using a transaction hash on the Arbitrum network. Input the transaction hash to access status, logs, and gas usage.

Instructions

Get transaction receipt 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