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