Get list of details for transactions
Retrieves a list of transactions for a given list of transaction IDs
If using TypeScript, import typings for this response from our types package:
import type { Transaction } from '@stacks/stacks-blockchain-api-types';
| Query Parameters | 
|---|
| tx_idstring[] —  REQUIREDArray of transaction ids | 
| event_offsetintegerThe number of events to skip | 
| event_limitintegerThe numbers of events to return | 
| unanchoredbooleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks | 
| Responses | ||
|---|---|---|
| 200Returns list of transactions with their details for corresponding requested tx_ids. 
 | ||
| 404Could not find any transaction by ID |