Skip to main content
Glama

VeChain MCP Server

get_transaction

Retrieve VeChain blockchain transaction details by ID, with options to include pending transactions, raw hex data, or pin to specific blocks.

Instructions

Get a VeChain transaction by its ID. Optionally include pending txs (meta may be null), return raw hex, or pin to a specific head block.

Input Schema

NameRequiredDescriptionDefault
idYesTransaction ID (0x-prefixed 32-byte hex)
pendingNoInclude pending transactions (meta may be null). Default: false
rawNoInclude raw hex transaction in response. Default: false
headNoHead block ID to use; defaults to best if omitted

Input Schema (JSON Schema)

{ "properties": { "head": { "description": "Head block ID to use; defaults to best if omitted", "type": "string" }, "id": { "description": "Transaction ID (0x-prefixed 32-byte hex)", "pattern": "^0x[0-9a-fA-F]{64}$", "type": "string" }, "pending": { "description": "Include pending transactions (meta may be null). Default: false", "type": "boolean" }, "raw": { "description": "Include raw hex transaction in response. Default: false", "type": "boolean" } }, "required": [ "id" ], "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/leandrogavidia/vechain-mcp-server'

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