⚡ We welcome businesses to test our enterprise-grade service

bsv
Bitcoin-SV (BSV)

Method: POST unparkblock

dropdown

方法 RPC unparkblock 例如 Bitcoin-SV (BSV)

POST unparkblock

Method not allowed

删除停放的块及其后代的状态,重新考虑它们进行激活。

这可用于撤消Parkblock的效果。

Parameters

blockhash - 要求串

阻止unpark的哈希

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


Response

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