testmempoolaccept
Indicates whether one or more raw transactions (serialized, hex-encoded) would be accepted by the mempool.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
rawtxs
An array of hex-encoded raw transactions to test for mempool acceptance.
maxfeerate
Reject transactions whose fee rate is higher than the specified value, expressed in BTC/kB.
Response
Result of the mempool acceptance test for each transaction.
txid
A 64-character hex string identifying a transaction.
wtxid
Witness transaction ID, if available.
allowed
Whether the transaction would be accepted to the mempool.
reject-reason
Reason for rejection if not allowed.