Bitcoin SV MCP Server

MIT License
996
10
  • Apple
  • Linux

bsv_decodeTransaction

Decode and analyze Bitcoin SV transactions to extract detailed details such as inputs, outputs, fees, scripts, and blockchain context. Accepts transaction IDs or raw data in hex/base64 encoding for comprehensive insights.

Instructions

Decodes and analyzes Bitcoin SV transactions to provide detailed insights. This powerful tool accepts either a transaction ID or raw transaction data and returns comprehensive information including inputs, outputs, fee calculations, script details, and blockchain context. Supports both hex and base64 encoded transactions and automatically fetches additional on-chain data when available.

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": false, "properties": { "encoding": { "default": "hex", "description": "Encoding of the input data", "enum": [ "hex", "base64" ], "type": "string" }, "tx": { "description": "Transaction data or txid", "type": "string" } }, "required": [ "tx" ], "type": "object" } }, "required": [ "args" ], "type": "object" }

You must be authenticated.

Other Tools from Bitcoin SV MCP Server

Related Tools

ID: 2tjvjasfmo