TaliwareTaliware Developer

Update NFT metadata or status

https://developer.taliware.com/api/v1/cl2c/nft

Back to all CL2C endpoints

Complete endpoint URL
puthttps://developer.taliware.com/api/v1/cl2c/nft
PUT
/cl2c/nft
x-api-key<token>

In: header

id?string
name?string
description?string
status?string
Value in"PENDING" | "CREATED" | "MINTED" | "FAILED"
mintedAt?string
Formatdate-time

Response Body

curl -X PUT "https://developer.taliware.com/api/v1/cl2c/nft" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "status": "string",
  "name": "string",
  "description": "string",
  "externalUrl": "string",
  "imagePath": "string",
  "supply": 0,
  "mintedAt": "2019-08-24T14:15:22Z",
  "smartContract": {
    "id": "string",
    "name": "string",
    "symbol": "string",
    "contractAddress": "string",
    "status": "string",
    "network": "string",
    "env": "string"
  }
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
Update NFT metadata or status