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.

GET
/public/metadata/{objectId}

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": {}
}