API References
An API for retrieving information about NCG's total and circulating supply, as well as individual balances.
GET
https://supply-api-9c.herokuapp.com/ncg/circulating-supply
Return circulating supply of NCG
Query Parameters
hash
String
Block hash for which data is requested
index
Integer
Block index for which data is requested
GET
https://supply-api-9c.herokuapp.com/ncg/total-supply
Return total supply of NCG
Query Parameters
hash
String
Block hash for which data is requested
index
Integer
Block index for which data is requested
soft-lockup
Boolean
GET
https://supply-api-9c.herokuapp.com/ncg/balance/{address}
Return given account's amount of NCG
Path Parameters
address*
String
account address (0x...) which want to get NCG balance
Query Parameters
hash
String
Block hash for which data is requested
index
Integer
Block index for which data is requested
Last updated