Skip to content
Alchemy Logo

getrawmempool

POST
/{apiKey}

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

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

booleanoptionaldefaults to false

If true, returns detailed info per transaction. If false, returns a list of txids.

booleanoptionaldefaults to false

When verbose is false, includes mempool sequence number in the response.

Responses

200

Mempool data depending on verbosity level.

Was this page helpful?