getrawmempool

Returns either a list of transaction IDs currently in the mempool or detailed metadata for each transaction, depending on the verbosity level.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
verbosebooleanOptionalDefaults to false
If true, returns detailed info per transaction. If false, returns a list of txids.
mempool_sequencebooleanOptionalDefaults to false
When verbose is false, includes mempool sequence number in the response.

Response

Mempool data depending on verbosity level.
object
OR
map from strings to objects
Map of txid to transaction metadata when verbose is true.