get_transaction
Retrieve detailed Bitcoin transaction information by providing a transaction ID. Use this tool to access real-time blockchain data from the mempool.space API.
Instructions
Get transaction details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
txid | Yes | Transaction ID |
Input Schema (JSON Schema)
{
"properties": {
"txid": {
"description": "Transaction ID",
"type": "string"
}
},
"required": [
"txid"
],
"type": "object"
}