⚡ Access Enhanced: 200 RPS Now Available for Customers of Shared Nodes with Access Tokens

Last updated on January 1, 1970

1 min read

Method get_block_count Monero (XMR)
connect with JSON-RPC protocol

get_block_count

info-circle-fill

Look up how many blocks are in the longest chain known to the node.

Parameters

-

Request

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

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": {
        "count": 2394582,
        "status": "OK",
        "untrusted": false
    }
}