GET {blockchain}/v2/mempool/
Summary: Get Mempool V2
Operation ID: getMempoolV2
Auth: unknown
Operation ID: getMempoolV2
Auth: unknown
Description
Get a list of transaction IDs currently in the mempool of the node (meaning unconfirmed transactions not included in any block yet) Note: this route was implemented by us and is therefore not yet supported by existing blockbook clients.
Parameters (3)
blockchain
(string, path, required)
Blockchain name
page
(integer, query, optional)
specifies page of returned transactions, starting from 1. If out of range, Blockbook returns the closest possible page.
pageSize
(integer, query, optional)
number of transactions returned by call (default and maximum 1000)
No probe data for this endpoint yet.