Links

sui_getObject

Return the object information for a specified object

Parameters

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

Returns

GetObjectDataResponse : <ObjectRead>

Example Request and Result for sui_getObject

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_getObject",
"params": [
"0x6ba168402a3cd37904590f38b26c76738ad8a55d"
]
}'