sui_getObject
Return the object information for a specified object
object_id
: <ObjectID>
- the ID of the queried objectGetObjectDataResponse
: <ObjectRead>
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"
]
}'
Last modified 2mo ago