suix_getTotalSupply
Returns the total supply of a specific coin type on the network.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
coin_type
Fully qualified type name for the coin (e.g., 0x2::sui::SUI
).
Response
The total supply object for the specified coin type.
value
Total coin supply as a 64-bit unsigned integer string.