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
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The owner's Sui address.
stringoptional
Optional paging cursor from a previous response.
integeroptional
Maximum number of results to return.
Responses
200
Paginated list of coin objects for the given address.
Was this page helpful?