Skip to main content
Glama

Mempool MCP Server

get-block-txid-by-index

Retrieve the transaction ID (txid) of a specific index within a Bitcoin block by providing the block hash and index. Essential for detailed blockchain data analysis.

Instructions

Returns txid for a block at a specific index

Input Schema

NameRequiredDescriptionDefault
hashYesThe block hash to get txid for
indexYesThe index of the txid in the block

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hash": { "description": "The block hash to get txid for", "maxLength": 64, "minLength": 64, "type": "string" }, "index": { "description": "The index of the txid in the block", "type": "integer" } }, "required": [ "hash", "index" ], "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/alexandresanlim/mempool-mcp-server'

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