Blockchain API

July 13, 2019 ยท View on GitHub

  • Blockchain API
    • Blockchain Information
    • Supply
    • Total Max Supply

Blockchain Information

Request

GET /info

Response

{
  "height": 405961,
  "supply": 101603844,
  "circulatingSupply": 95853844,
  "netStakeWeight": 1095728543244388,
  "feeRate": 0.00401787,
  "dgpInfo": {
    "maxBlockSize": 2000000,
    "minGasPrice": 40,
    "blockGasLimit": 40000000
  }
}

Supply

Request

GET /supply

Response

101603852

Total Max Supply

Request

GET /total-max-supply

Response

107822406.25

Contents

  1. 1Blockchain Information
  2. 2Supply
  3. 3Total Max Supply