sui_getObjectsOwnedByObject
Return the list of objects owned by an object.
object_id
: <ObjectID>
- the ID of the owner objectVec<SuiObjectInfo>
: <[ObjectInfo]>
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"]
}'
Last modified 2mo ago