Skip to content
Alchemy Logo

testmempoolaccept

POST
/{apiKey}

Indicates whether one or more raw transactions (serialized, hex-encoded) would be accepted by the mempool.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

string[]required

An array of hex-encoded raw transactions to test for mempool acceptance.

numberoptional

Reject transactions whose fee rate is higher than the specified value, expressed in BTC/kB.

Responses

200

Result of the mempool acceptance test for each transaction.

Was this page helpful?