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
apiKey
Request
This endpoint expects an object.
address
The owner's Sui address.
query
Optional filters and field selectors.
cursor
An optional paging cursor (ObjectID).
limit
Max number of results to return.
Response
A page of objects owned by the address.
data
A list of results.
hasNextPage
nextCursor
Cursor for fetching the next page.