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