Bitcoin MCP Server

by AbdelStark
Verified
MIT License
103
18
  • Apple

decode_tx

Decode a Bitcoin transaction's hex data to extract details like inputs, outputs, and amounts, using the Bitcoin MCP Server for accurate blockchain interpretation.

Instructions

Decode a Bitcoin transaction

Input Schema

NameRequiredDescriptionDefault
txYesTransaction hex

Input Schema (JSON Schema)

{ "properties": { "tx": { "description": "Transaction hex", "type": "string" } }, "required": [ "tx" ], "type": "object" }

You must be authenticated.

Other Tools from Bitcoin MCP Server

Related Tools

ID: y42jsc8cig