title |
---|
Blockchain |
Used to get the latest block and supply of the blockchain.
GET /api/blockchain
curl https://api.ark.io/api/blockchain
{
"data": {
"block": {
"height": 8051250,
"id": "16024042256653583473"
},
"supply": 14095130200000004
}
}