Skip to content
Alchemy Logo

suix_getCoinMetadata

POST
/{apiKey}
CUs20
Deprecation notice

Action required: Support for Sui JSON-RPC will end on September 25, 2026. Please migrate to Sui gRPC before then to avoid disruption. You can find our migration guide here.

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

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

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

Responses

200

Metadata about the requested coin.

Was this page helpful?