Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 686 Bytes

blockchain.md

File metadata and controls

56 lines (43 loc) · 686 Bytes

Blockchain API

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