Share your feedback on Twitter and claim 5M Free GetBlock Requests

banner image
bsv

Bitcoin-SV

BSV

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method testmempoolaccept Bitcoin-SV (BSV)
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://bsv.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