Home

Get total supply of a coin

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired
methodstringrequired
paramsArray<string>required

Array with one string the coin type

idintegerrequired

Response

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.