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 | 
|---|
limit integerPossible values: value ≤ 200 max number of transactions to fetch  | 
offset integerindex of first transaction to fetch  | 
type string[]Possible values: [ Filter by transaction type  | 
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks  | 
| Responses | |||||
|---|---|---|---|---|---|
200List of transactions 
  |