Minting APIs
GET Token Template
Get token template details
GET
/
v1
/
apps
/
{appId}
/
token-templates
/
{tokenTemplateId}
Authorization
Path
curl --request GET \
--url https://api.bitski.com/v1/apps/{appId}/token-templates/{tokenTemplateId} \
--header 'Authorization: <authorization>'
{
"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
scopePath
appId
string
requiredYour Bitski Application ID
tokenTemplateId
string
requiredThe token template id
Response
tokenTemplate
Token Template object
requiredcurl --request GET \
--url https://api.bitski.com/v1/apps/{appId}/token-templates/{tokenTemplateId} \
--header 'Authorization: <authorization>'
{
"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
}
}