suix_getTotalSupply

Returns the total supply of a specific coin type on the network.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
coin_typestringRequired

Fully qualified type name for the coin (e.g., 0x2::sui::SUI).

Response

The total supply object for the specified coin type.
valuestring or null

Total coin supply as a 64-bit unsigned integer string.