suix_getOwnedObjects
Deprecation notice
Action required: Support for Sui JSON-RPC will end on September 25, 2026. Please migrate to Sui gRPC before then to avoid disruption. You can find our migration guide here.
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.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The owner's Sui address.
objectoptional
Optional filters and field selectors.
stringoptional
An optional paging cursor (ObjectID).
integeroptional
Max number of results to return.
Responses
200
A page of objects owned by the address.
Was this page helpful?