⚡ We welcome businesses to test our enterprise-grade service

Method: POST getblockcount

dropdown

Method RPC getblockcount example for Dash

POST getblockcount

Returns the number of blocks in the local best block chain.

Parameters

-

Request

curl --location --request POST 'https://dash.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": 1535914
}