POST
/
v1
/
apps
/
{appId}
/
token-templates
curl -X 'POST' \
  'https://api.bitski.com/v1/apps/{appId}/token-templates' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>' \
  -d '{
  "tokenTemplate": {
    "animationUrl": null,
    "contractId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "defaultMetadata": {},
    "description": "A great token",
    "gatedContent": [],
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "image": "https://cdn.bitskistatic.com/tokens-raw/54676382-bab5-408d-afe2-fc6f160da4a8/06fd0294-a425-44c7-96e8-9d24757163b4.png",
    "isDropLink": false,
    "maxTokens": 100,
    "name": "Bird NFT",
    "namingTemplate": "DEFAULT",
    "payouts": {},
  }
}'
{
  "auctions": [],
  "tokenTemplate": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "animationUrl": null,
    "contractId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "defaultMetadata": {},
    "delayMinting": false,
    "description": "A great token",
    "gatedContent": [],
    "image": "https://cdn.bitskistatic.com/tokens-raw/54676382-bab5-408d-afe2-fc6f160da4a8/06fd0294-a425-44c7-96e8-9d24757163b4.png",
    "isDropLink": false,
    "liveAt": null,
    "maxTokens": 100,
    "name": "Bird NFT",
    "namingTemplate": "DEFAULT",
    "payouts": {},
    "previewAt": null,
    "prices": [],
    "published": false,
    "salesEndAt": null
    "totalTokens": null
  }
}
This API requires the apps scope

Path

appId
string
required

Your Bitski Application ID

Response

tokenTemplate
Token Template object
required