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.1Responses
200
Default Response
application/json
400
Default Response
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/v1/rpc/bitcoin/testmempoolacceptLast updated