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-demoFor higher throughput, create your own API key
Request
ownerstringrequiredThe owner's Sui address.
coin_typestringoptionalFully qualified type name of the coin (e.g., 0x2::sui::SUI). Defaults to 0x2::sui::SUI if omitted.
cursorstringoptionalOptional paging cursor to paginate results.
limitintegeroptionalMaximum number of items to return in a single page.
Responses
200
A page of Coin objects and pagination metadata.
Was this page helpful?