Skip to main content
Glama

ValueRouter MCP Server

get_transaction_status

Check the status of a USDC bridge transaction across multiple blockchain networks using the transaction hash, source chain ID, and destination chain ID.

Instructions

Get the status of a bridge transaction

Input Schema

NameRequiredDescriptionDefault
fromChainIdYesSource chain ID
toChainIdYesDestination chain ID
transactionHashYesTransaction hash to check status for

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "fromChainId": { "description": "Source chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "toChainId": { "description": "Destination chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "transactionHash": { "description": "Transaction hash to check status for", "type": "string" } }, "required": [ "transactionHash", "fromChainId", "toChainId" ], "type": "object" }

Other Tools from ValueRouter 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/RWAValueRouter/MCP'

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