📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

bsv
Bitcoin-SV (BSV)

Method: POST invalidateblock

dropdown

Method RPC invalidateblock example for Bitcoin-SV (BSV)

POST invalidateblock

Method not allowed

Permanently marks a block as invalid, as if it violated a consensus rule.

Parameters

blockhash - string, required

the hash of the block to mark as invalid

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": "invalidateblock",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}