Get the circulating supply of the native token at the given epoch

Calculates circulating supply by subtracting locked amounts from multiple excluded addresses from the effective supply

get/api/v1/chain/circulating-supply

Query parameters

epochinteger

Epoch to query

Response

Circulating supply of the native token

circulatingSupplystring required

Circulating supply of the native token (effective supply minus locked supply)

Changes