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

btg
Bitcoin Gold (BTG)

Method: POST preciousblock

dropdown

方法 RPC preciousblock 例如 Bitcoin Gold (BTG)

POST preciousblock

将一个块对待,好像是在其他工作中收到相同工作的人。

后来的珍贵呼叫可以覆盖早期的效果。

珍贵块的效果并未在重新启动之间保留。

Parameters

blockhash - 字符串,需要

块的哈希标记为珍贵

Request

curl --location --request POST 'https://btg.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "preciousblock",
"params": ["000000009ec5dd6b53858593718cacdaaec989aaf9028c68013947224712682e"],
"id": "getblock.io"}'


Response

{
    "error": null,
    "id": "getblock.io",
    "result": null
}