Links

sui_getObjectsOwnedByObject

Return the list of objects owned by an object.

Parameters

object_id : <ObjectID> - the ID of the owner object

Returns

Vec<SuiObjectInfo> : <[ObjectInfo]>

Example Request and Result for sui_getObjectsOwnedByObject

Request
curl
--location --request POST 'https://sui-devnet.blastapi.io/<project_id>' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "sui_getObjectsOwnedByObject",
"params": ["0x9f0a9d5e8c6336b4b000867fb2a21b9064327f66"]
}'