suix_getOwnedObjects

Returns a paginated list of objects owned by the specified Sui address. Use filters and options to refine the returned data. For better pagination consistency, use suix_queryObjects.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
addressstringRequired
The owner's Sui address.
queryobjectOptional
Optional filters and field selectors.
cursorstringOptional

An optional paging cursor (ObjectID).

limitintegerOptional
Max number of results to return.

Response

A page of objects owned by the address.
datalist of objects
A list of results.
hasNextPageboolean
nextCursorstring or null
Cursor for fetching the next page.