⚡ We welcome businesses to test our enterprise-grade service

bch
Bitcoin Cash (BCH)

Method: POST unparkblock

dropdown

方法 RPC unparkblock 例如 Bitcoin Cash (BCH)

POST unparkblock

方法不允许

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

这可用于撤消parkblock的效果。

Parameters

blockhash - 字符串,必填

要解锁的区块的哈希值

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


Response

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