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 Example: 100 |
offset integerindex of first transaction to fetch Example: 42000 |
type string[]Possible values: [ Filter by transaction type Example: coinbase |
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks Example: true |
| Responses | |||||
|---|---|---|---|---|---|
200List of transactions
|