get_transaction_status
Retrieve the status of a bridge transaction by providing the transaction hash, source chain ID, and destination chain ID. Facilitates tracking of USDC transfers across Ethereum, Solana, Sui, and Cosmos networks using the ValueRouter MCP Server.
Instructions
Get the status of a bridge transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fromChainId | Yes | Source chain ID | |
toChainId | Yes | Destination chain ID | |
transactionHash | Yes | Transaction hash to check status for |