Skip to content
Alchemy Logo

Get Transaction Specific

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

Returns transaction data in the exact format returned by the underlying coin backend, including all chain-specific fields not surfaced by the normalized /tx/{txid} endpoint.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

stringrequired

Hex-encoded transaction ID.

Responses

200

Backend-native transaction object.

Backend-specific transaction object. Shape varies by coin.

400

Malformed request.

404

Resource not found on the requested network.

Was this page helpful?