BTC
POST
GET
Last updated on January 1, 1970
1 min read
Method testmempoolaccept undefined ()
connect with JSON-RPC protocol
testmempoolaccept
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://btc.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
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }