Skip to content
Alchemy Logo

suix_getCoins

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.

Returns all Coin objects of the specified coin type owned by the given address. If the coin type is not provided, defaults to 0x2::sui::SUI.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The owner's Sui address.

stringoptional

Fully qualified type name of the coin (e.g., 0x2::sui::SUI). Defaults to 0x2::sui::SUI if omitted.

stringoptional

Optional paging cursor to paginate results.

integeroptional

Maximum number of items to return in a single page.

Responses

200

A page of Coin objects and pagination metadata.

Was this page helpful?