- Docs
- Api%2Freference%2Fexplorer%2FGetObjectMetadataByIdPublicLegacy
Get collectible metadata from the legacy path
Legacy path for the same response as `/public/objects/{objectId}/metadata`. It remains available for collections that already reference it. New integrations should use the canonical path.
Path Parameters
objectId*string
Identifier of the smart object.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.dual.network/public/metadata/665f1c2d4b1a2c3d4e5f6a90"{
"name": "Summer Festival 2026",
"description": "Three days, four stages, one wristband.",
"image": "https://assets.example.com/wristband.png",
"external_url": "https://api.dual.network/public/objects/665f1c2d4b1a2c3d4e5f6a90/render",
"attributes": [
{
"trait_type": "Tier",
"value": "General"
},
{
"trait_type": "Seat",
"value": "B14"
}
]
}{
"code": 3,
"message": "Key: 'limit' Error:Field validation for 'limit' failed on the 'lte' tag"
}{
"code": 5,
"message": "object not found"
}{
"code": 13,
"message": "internal error"
}