getTotalSupply

suspend fun getTotalSupply(coinType: String): Supply

Retrieves the total supply for a specified cryptocurrency.

Return

The total supply of the specified cryptocurrency.

Parameters

coinType

The type of cryptocurrency to retrieve the supply for.

Throws

if there is an error retrieving the supply.