cURL
curl --request GET \ --url https://api.kas.fyi/v1/rpc/getCoinSupply \ --header 'x-api-key: <api-key>'
{ "maxSompi": "2900000000000000000", "circulatingSompi": "1800000000000000000" }
Returns the total current coin supply of Kaspa network.
API key required for authentication. Get your API key at https://developer.kas.fyi
Coin supply information retrieved successfully
Maximum total supply in SOMPI
"2900000000000000000"
Current circulating supply in SOMPI
"1800000000000000000"