Home

Get objects owned by an address

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns all objects owned by the specified sui address, with optional filtering and pagination.

Body

application/json
jsonrpcstringrequired
methodstringrequired
paramsArray<string | object>required
Show child attributes
One of

Owner sui address or cursor

string

Optional filter and options

object
idintegerrequired

Response

200OK

Successful response returning dynamic fields

400Bad Request

Bad Request — Invalid parameters.

401Unauthorized

Unauthorized — Missing or invalid API key.

500Internal Server Error

Internal Server Error — Could not retrieve owned objects.