Skip to main content

/extended/v1/tx/{tx_id} REST API Endpoint

Retrieves transaction details for a given transaction ID.

Updated on
Oct 4, 2023

/extended/v1/tx/{tx_id} REST API Endpoint

Path Parameters

tx_id
string
REQUIRED
Hash of transaction.

Query Parameters

event_offset
integer
The number of events to skip.
event_limit
integer
The numbers of events to return.
unanchored
boolean
Include transaction data from unanchored (i.e. unconfirmed) microblocks.

Returns

Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/extended/v1/tx/0xb2f386d4a99e8ef593c52ab0085422138a28bba450b60a7ebd4d0f35a9a7068d' \
3
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free