GET
/
v1
/
apps
/
{appId}
/
token-templates
/
{tokenTemplateId}
curl --request GET \
  --url https://api.bitski.com/v1/apps/{appId}/token-templates/{tokenTemplateId} \
  --header 'Authorization: Bearer <token>'
{
  "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

tokenTemplateId
string
required

The token template id

Response

tokenTemplate
Token Template object
required