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
apiKey
Request
This endpoint expects an object.
owner
The owner's Sui address.
cursor
Optional paging cursor from a previous response.
limit
Maximum number of results to return.
Response
Paginated list of coin objects for the given address.
data
The list of Coin objects owned by the address.
nextCursor
Cursor for the next page.
hasNextPage
Whether more pages are available.