- Docs
- Api%2Freference%2Fexplorer%2FGetObjectMetadataByIdPublic
Get Object Metadata by ID Public
Retrieve metadata information about a specific smart object by its unique identifier. This endpoint returns metadata details including creation timestamps, versioning, and other relevant metadata attributes.
Path Parameters
objectId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/public/metadata/string"{
"name": "string",
"description": "string",
"image": "string",
"attributes": [
{
"trait_type": "string",
"value": "string"
}
],
"external_url": "string"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}