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

Name
Type
Description

hash

String

Block hash for which data is requested

index

Integer

Block index for which data is requested

186849623.92

GET https://supply-api-9c.herokuapp.com/ncg/total-supply

Return total supply of NCG

Query Parameters

Name
Type
Description

hash

String

Block hash for which data is requested

index

Integer

Block index for which data is requested

soft-lockup

Boolean

350726622.11

GET https://supply-api-9c.herokuapp.com/ncg/balance/{address}

Return given account's amount of NCG

Path Parameters

Name
Type
Description

address*

String

account address (0x...) which want to get NCG balance

Query Parameters

Name
Type
Description

hash

String

Block hash for which data is requested

index

Integer

Block index for which data is requested

4056.03

Last updated