Get total supply of a coin
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the total supply for the specified coin type. Default is sui if coin_type is not specified.
Body
application/json
jsonrpcstringrequiredmethodstringrequiredparamsArray<string>requiredArray with one string the coin type
idintegerrequiredResponse
200OK
Successful response returning the total supply for the coin.
400Bad Request
Bad Request — Invalid parameters.
401Unauthorized
Unauthorized — Missing or invalid API key.
500Internal Server Error
Internal Server Error — Could not retrieve total supply.