Get transaction
Retrieves transaction details for a given transaction ID
import type { Transaction } from '@stacks/stacks-blockchain-api-types';
| Path Parameters | 
|---|
| tx_idstring —  REQUIREDHash of transaction | 
| Query Parameters | 
|---|
| event_offsetintegerThe number of events to skip | 
| event_limitintegerThe numbers of events to return | 
| unanchoredbooleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks | 
| Responses | ||
|---|---|---|
| 200Transaction 
 | ||
| 404Cannot find transaction for given ID |