⚡ We welcome businesses to test our enterprise-grade service

btg
Bitcoin Gold (BTG)

Method: POST getmininginfo

dropdown

方法 RPC getmininginfo 例如 Bitcoin Gold (BTG)

POST getmininginfo

返回包含与采矿相关信息的JSON对象。

Parameters

-

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


Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "blocks": 702634,
        "chain": "main",
        "currentblocktx": 0,
        "currentblockweight": 4000,
        "difficulty": 197682.9725910754,
        "networkhashps": 2324661.797680737,
        "pooledtx": 0,
        "warnings": ""
    }
}