Get dropped mempool transactions
Retrieves all recently-broadcast transactions that have been dropped from the mempool.
GET
/extended/v1/tx/mempool/dropped
Get dropped mempool transactions
Retrieves all recently-broadcast transactions that have been dropped from the mempool.
Transactions are 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