suix_getCoinMetadata
Retrieves metadata (name, symbol, decimals, etc.) for a given coin type.
Path parameters
apiKey
Request
This endpoint expects an object.
coinType
The Move type of the coin (e.g. 0x2::sui::SUI
)
Response
Metadata about the requested coin.
decimals
Number of decimals the coin uses.
name
Full name of the coin.
symbol
Coin symbol or ticker.
description
Optional description for the coin.
iconUrl
Optional icon URL.
id
Unique ID of the coin metadata object.