Skip to main content
Glama

GET_TRANSACTION

Retrieve transaction details from the OpenOcean MCP server to verify swap status and confirm blockchain execution using the transaction hash.

Instructions

Get Transaction

Input Schema

NameRequiredDescriptionDefault
chainNoThe blockchain network to execute the transaction on. uses fraxtal as defaultfraxtal
hashYesHash from the OpenOcean contract on the blockchain.

Input Schema (JSON Schema)

{ "properties": { "chain": { "default": "fraxtal", "description": "The blockchain network to execute the transaction on. uses fraxtal as default", "type": "string" }, "hash": { "description": "Hash from the OpenOcean contract on the blockchain.", "type": "string" } }, "required": [ "hash" ], "type": "object" }

Latest Blog Posts

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/openocean-finance/openocean-mcp'

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