suix_getCoinMetadata

Retrieves metadata (name, symbol, decimals, etc.) for a given coin type.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
coinTypestringRequired

The Move type of the coin (e.g. 0x2::sui::SUI)

Response

Metadata about the requested coin.
decimalsinteger or null
Number of decimals the coin uses.
namestring or null
Full name of the coin.
symbolstring or null
Coin symbol or ticker.
descriptionstring or null
Optional description for the coin.
iconUrlstring or null
Optional icon URL.
idstring or null
Unique ID of the coin metadata object.