Get recent transactions
Retrieves all recently mined transactions.
GET
GET
/extended/v1/tx
Retrieves all recently mined transactions.
Query parameters
limit
integer
Max number of transactions to fetch
Example:100
Default: 96
Maximum: 200
offset
integer
Index of first transaction to fetch
Example:42000
type
array of string
Filter by transaction type
Example:"coinbase"
unanchored
boolean
Include transaction data from unanchored (i.e. unconfirmed) microblocks
Example:true
Default: false
Status code | Description |
---|---|
200 | List of transactions |
GET request that returns transactions