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
stringrequireddefaults to
docs-demoFor 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?