suix_getCoins
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
.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
owner
The owner's Sui address.
coin_type
Fully qualified type name of the coin (e.g., 0x2::sui::SUI
). Defaults to 0x2::sui::SUI
if omitted.
cursor
Optional paging cursor to paginate results.
limit
Maximum number of items to return in a single page.
Response
A page of Coin objects and pagination metadata.
data
List of Coin objects.
nextCursor
Cursor pointing to the next page of results, if any.
hasNextPage
Whether there are more results available after this page.