⚡ We welcome businesses to test our enterprise-grade service

btc
Bitcoin (BTC)

Method: POST getfinalizedblockhash

dropdown

方法 RPC getfinalizedblockhash 例如 Bitcoin (BTC)

POST getfinalizedblockhash

返回当前最终区块的哈希值

Parameters

-

Request

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


Response

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