Blockchain
Retrieve Blockchain State
Used to get the latest block and supply of the blockchain.
Method: GET
https://ark.nownodes.io/api/blockchain
Example response: 200
{
"data": {
"block": {
"height": 28012368,
"id": "977f2f37c18713e78981dc27e8205f5ae253bdb35e882f001bb46fcc8ea5886e"
},
"supply": "18087353800000004"
}
}
Last updated