---
title: "Bitcoin transaction details"
method: GET
path: "/api/tx/{hash}"
tags: ["Bitcoin"]
---

# Bitcoin transaction details

`GET /api/tx/{hash}`

## Path parameters

- `hash` string, required — Bitcoin transaction hash (64 hex chars)

## Request body

- object
  - `hash` string, required — Bitcoin transaction hash (64 hex chars)

## Response `200`

Transaction status

- object
  - `txid` string
  - `confirmations` number
  - `block_height` number
  - `success` boolean

## Other responses

- `400` — Invalid hash
- `402` — Payment Required

---

[API](https://skmtc.dev/btcnode/apis/btc-node-api-agent-bitcoin-data-sec-scrape-ai-reddit.md) · [All operations](https://skmtc.dev/btcnode/apis/btc-node-api-agent-bitcoin-data-sec-scrape-ai-reddit/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/btcnode/btc-node-api-agent-bitcoin-data-sec-scrape-ai-reddit/revisions/91d79a457ac5/schema)
