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
apiKey
Request
This endpoint expects an object.
verbose
If true, returns detailed info per transaction. If false, returns a list of txids.
mempool_sequence
When verbose is false, includes mempool sequence number in the response.
Response
Mempool data depending on verbosity level.
OR
Map of txid to transaction metadata when verbose is true.