Up to 50% Off on Your First Month

0

3

:

1

0

:

1

6

:

4

5

Sale bannerSale banner
btg

Bitcoin Gold

BTG

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method getblockcount Bitcoin Gold (BTG)
connect with JSON-RPC protocol

getblockcount

info-circle-fill

Returns the height of the most-work fully-validated chain.The genesis block has height 0.

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

Response

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

Start Building with GetBlock RPCs for Free