Up to 50% Off on Your First Month

0

3

:

2

0

:

3

6

:

0

6

Sale bannerSale banner
bch

Bitcoin Cash

BCH

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method testmempoolaccept Bitcoin Cash (BCH)
connect with JSON-RPC protocol

testmempoolaccept

info-circle-fill

Returns result of mempool acceptance tests indicating if raw transaction(serialized, hex-encoded) would be accepted by mempool.This checks if the transaction violates the consensus or policy rules.See sendrawtransaction call.

Parameters

rawtxs - json array, required

An array of hex strings of raw transactions. Length must be one for now.

maxfeerate - numeric or string, optional, default=0.10

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

Request

curl --location --request POST 'https://bch.getblock.io/mainnet/' \ 
--header 'x-api-key: YOUR-API-KEY' \ 
--header 'Content-Type: application/json' \ 
--data-raw '{"jsonrpc": "2.0",
"method": "testmempoolaccept",
"params": [["rawtxs"], null],
"id": "getblock.io"}'

Response

null
banner icon

Start Building with GetBlock RPCs for Free