Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 365 Bytes

blockchain.md

File metadata and controls

32 lines (24 loc) · 365 Bytes
title
Blockchain

Blockchain

Used to get the latest block and supply of the blockchain.

Endpoint

GET /api/blockchain

Examples

curl https://api.ark.io/api/blockchain
{
  "data": {
    "block": {
      "height": 8051250,
      "id": "16024042256653583473"
    },
    "supply": 14095130200000004
  }
}