Mempool Acceptance Test

This endpoint lets you run a mempool acceptance test to check if the mempool will accept the serialized hex-encoded raw transaction

post

Forward to RPC using testmempoolaccept method.

Authorizations
x-api-keystringRequired
Body
txListstring[]Required

Raw transaction hex to be checked with testmempoolaccept method.

maxFeeRatenumberOptionalDefault: 0.1Example: 0.1
Responses
200

Default Response

application/json
post
/v1/rpc/bitcoin/testmempoolaccept

Last updated