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

bsv
Bitcoin-SV (BSV)

Method: POST preciousblock

dropdown

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

POST preciousblock

对待一个块,好像它以同一工作的其他人收到。

稍后的珍珠博呼叫可以覆盖较早的效果。

珍珠块的效果不会在重新启动中保留。

Parameters

blockhash - 要求串

块的哈希标记为珍贵

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


Response

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