API
Common
An Api Key must be passed in the header of all requests see Authentication
Create a Token Studio Project for your Standalone - Collection
POST https://platform.taal.com/token-studio/api/v1/project/createcurl --location 'https://platform.taal.com/token-studio/api/v1/project/create' \
--header 'Apikey: ## VALID_API_KEY ##' \
--header 'Content-Type: application/json' \
--data '{
"name": "1satcol project 1718100516565",
"isFungible": false,
"type": "single", //"collection"
"tokenProtocol": "OneSatOrdinal"
}'
{
"success": boolean,
"data": {
"projectUid": <uid>
}
}Get a list of your Token Studio projects
Get details for a specific project id
Parameter
Description
Output creation
Parameter
Description
Output deletion
Parameter
Description
Output List
Parameter
Description
Unsigned Transaction creation
Parameter
Description
Broadcast Transaction
Parameter
Description
Last updated