NFT Metadata
  1. model
NFT Metadata
  • collection
    • list
      GET
    • create
      POST
    • update
      PUT
    • get
      GET
  • model
    • list
      GET
    • create
      POST
    • update
      PUT
    • get
      GET
  • token
    • list
      GET
    • get
      GET
  • logs
    • list
      GET
  • metadata
    • collection-get
      GET
    • token-get
      GET
    • token-update
      PUT
  • version
    GET
  • Schemas
    • token
      • PartialMetadata
      • Metadata
      • TokenDTO
    • model
      • ModelDTO
    • collection
      • CollectionDTO
      • Metadata
      • PartialMetadata
  1. model

ModelDTO

{
    "id": 0,
    "chainId": "string",
    "collectionAddress": "string",
    "modelId": "string",
    "metadata": {
        "name": "string",
        "description": "string",
        "imageUrl": "string",
        "animationUrl": "string",
        "externalUrl": "string",
        "properties": "string"
    },
    "createdAt": "string",
    "updatedAt": "string"
}
Built with