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 NCGarrow-up-right

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 NCGarrow-up-right

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

Set true if the response need to apply soft lockup announcementarrow-up-right

350726622.11

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

Return given account's amount of NCGarrow-up-right

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

Last updated