Alchemy Logo

suix_getCoins

POST
/{apiKey}

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

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

ownerstringrequired

The owner's Sui address.

coin_typestringoptional

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

cursorstringoptional

Optional paging cursor to paginate results.

limitintegeroptional

Maximum number of items to return in a single page.

Responses

200

A page of Coin objects and pagination metadata.

Was this page helpful?