Get transaction
Retrieves transaction details for a given transaction ID
import type { Transaction } from '@stacks/stacks-blockchain-api-types';
Path Parameters |
---|
string — REQUIRED Hash of transaction |
Query Parameters |
---|
integer The number of events to skip |
integer The numbers of events to return |
boolean Include transaction data from unanchored (i.e. unconfirmed) microblocks |
Responses | ||
---|---|---|
Transaction
| ||
Cannot find transaction for given ID |