suix_getAllCoins

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.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ownerstringRequired
The owner's Sui address.
cursorstringOptional
Optional paging cursor from a previous response.
limitintegerOptional
Maximum number of results to return.

Response

Paginated list of coin objects for the given address.
datalist of objects or null
The list of Coin objects owned by the address.
nextCursorstring or null
Cursor for the next page.
hasNextPageboolean or null
Whether more pages are available.