Get dropped mempool transactions
Retrieves all recently-broadcast transactions that have been dropped from the mempool.
GET
GET
/extended/v1/tx/mempool/dropped
Retrieves all recently-broadcast transactions that have been dropped from the mempool.
Transactions can be dropped from the mempool if:
- they were stale and awaiting garbage collection or,
- were expensive, or
- were replaced with a new fee
Query parameters
limit
integer
Max number of mempool transactions to fetch
Default:96
Maximum: 200
offset
integer
Index of first mempool transaction to fetch
Example:42000
Status code | Description |
---|---|
200 | List of dropped mempool transactions |
GET request that returns transactions