Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

get_transaction_status

Retrieve the status and detailed information of a transaction on the Aptos blockchain using its hash. Verify transaction success and access comprehensive details for effective tracking and analysis.

Instructions

Get the status and details of a transaction by its hash. This is used for checking if a transaction was successful and getting detailed information about it. Returns comprehensive transaction information.

Input Schema

NameRequiredDescriptionDefault
transaction_hashYesTransaction hash to check, e.g., 0x1234567890abcdef...

Input Schema (JSON Schema)

{ "properties": { "transaction_hash": { "description": "Transaction hash to check, e.g., 0x1234567890abcdef...", "type": "string" } }, "required": [ "transaction_hash" ], "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/cuongpo/aptos-mcp'

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