Render Object View by ID Public

Render a view of a specific smart object by its unique identifier. This endpoint generates a visual representation of the smart object, which can be used for display purposes in user interfaces or for sharing. The rendered view may include the object's metadata, attributes, and any associated media or visual elements.

GET
/public/render/{objectId}

Path Parameters

objectId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/render/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": {}
}