---
title: "Get blockchain-specific transaction JSON."
method: GET
path: "/api/v2/tx-specific/{txid}"
tags: ["Transactions"]
---

# Get blockchain-specific transaction JSON.

`GET /api/v2/tx-specific/{txid}`

Returns transaction data in the exact backend-specific format. Use this
when a chain exposes fields that are intentionally absent from the
normalized Tx schema.

Load estimate: Medium; payload size depends on chain-specific fields
and transaction complexity.

## Path parameters

- `txid` string, required

## Response `200`

Chain-specific transaction payload.

- unknown

## Other responses

- `default` — Public API error. Public validation errors are HTTP 400; internal errors are HTTP 500.

---

[API](https://skmtc.dev/trezor/apis/blockbook-api.md) · [All operations](https://skmtc.dev/trezor/apis/blockbook-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trezor/blockbook-api/revisions/01c375da86bc/schema)
