Get the number of Blocks

This endpoint is designed to offer details about the number of blocks in the chosen blockchain, including information about the last block or its height. By specifying the blockchain address, this end

POST Circular_GetBlockHeight_

Headers

Body

Result

{
    "Result": 200,
    "Response": {
        "BlockCount": 4554
    },
    "Node": "02fc8b01bfc5dc2911941871e6de81f5f6fe60f3961343f802ad78e7e077ea32"
}

Last updated