Alchemy Logo

suix_getAllCoins

POST
/{apiKey}

Returns a paginated list of all Coin objects owned by the specified address. Each Coin object includes metadata such as coin type, balance, and transaction history.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

ownerstringrequired

The owner's Sui address.

cursorstringoptional

Optional paging cursor from a previous response.

limitintegeroptional

Maximum number of results to return.

Responses

200

Paginated list of coin objects for the given address.

Was this page helpful?