Get recent transactions
Retrieves all recently mined transactions
If using TypeScript, import typings for this response from our types package:
import type { TransactionResults } from '@stacks/stacks-blockchain-api-types';
| Query Parameters | 
|---|
| limitintegerPossible values: value ≤ 200 max number of transactions to fetch | 
| offsetintegerindex of first transaction to fetch | 
| typestring[]Possible values: [ Filter by transaction type | 
| unanchoredbooleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks | 
| Responses | |||||
|---|---|---|---|---|---|
| 200List of transactions 
 |