1. Tokens
  2. Create a token
POST

/v1/apps/{appId}/tokens

appId*
curl --request POST \
     --url https://api.bitski.com/v1/apps/{appId}/tokens \
     --header 'Content-Type: application/json' \
     --data '{
 "tokens": array of objects,
 "error": 
}'

Path Parameters

appIdRequired
string

Body Paramters

initialOwner
string

The address that will receive the minted token

token
object

Response

tokensRequired
array of objects
errorRequired
object