Skip to content
Alchemy Logo

suix_getOwnedObjects

POST
/{apiKey}

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-demo

For 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?