Create Coin
Last updated
Was this helpful?
Was this helpful?
curl --location 'https://api.anoncoin.it/services/v2/create-coin-tx' \
--header 'x-api-key: YOUR_API_KEY' \
--form 'tickerImage=@"/path/to/thanos-logo.png"' \
--form 'tickerName="Thanos"' \
--form 'tickerSymbol="THANOS"' \
--form 'description="Destroyed half of the world"' \
--form 'twitterLink="https://x.com/ThanosCoin"' \
--form 'telegramLink="https://t.me/ThanosCoin"' \
--form 'validateOnly="true"'{
"status": true,
"message": "Token validation successful",
"data": null,
"requestId": "88994de0-f310-11f0-9f26-1b1f1981f29e"
}curl --location 'https://api.anoncoin.it/services/v2/create-coin-tx' \
--header 'x-api-key: YOUR_API_KEY' \
--form 'tickerImage=@"/path/to/thanos-logo.png"' \
--form 'tickerName="Thanos"' \
--form 'tickerSymbol="THANOS"' \
--form 'description="Destroyed half of the world"' \
--form 'twitterLink="https://x.com/ThanosCoin"' \
--form 'telegramLink="https://t.me/ThanosCoin"'{
"status": true,
"message": "Token transaction created successfully",
"data": {
"mintAddress": "DKTd8fN2cRyLTVKZPV4tDnSgTGGeMsqwFDAC2X82YDUB",
"meteoraConfigKey": "3EP2jpbQv8Uf3Ri9HxUFaes7VcmLBK9hH2eiqmL5weTt",
"signedTransaction": "4ayPq9i72YWMLAkz6hmk56kkikQ3of1m1tNW5aTpG2PfrafD95nTMTN47r4ZhazRWwfgPzvVWD5LHry2wENNeo99ULoAZuTZ5mtV4ejVRFXe1PXvDkaqmX7Tn8k32zBvKsvWGqQ5vb...",
"blockhash": "AyCmKPVHfm2E1NhLChq2GgjRW48Qd2gJMq6MR1w5vTCo",
"lastValidBlockHeight": 438351945,
"blockhashExpiresInSeconds": 59
},
"requestId": "72f200a0-26b3-11f1-af11-012a5eb3689c"
}curl --location 'https://api.anoncoin.it/services/v2/create-coin-tx' \
--header 'x-api-key: YOUR_API_KEY' \
--form 'tickerImage=@"/path/to/thanos-logo.png"' \
--form 'tickerName="Thanos"' \
--form 'tickerSymbol="THANOS"' \
--form 'description="Destroyed half of the world"' \
--form 'twitterLink="https://x.com/ThanosCoin"' \
--form 'telegramLink="https://t.me/ThanosCoin"' \
--form 'validateOnly="true"'{
"status": false,
"message": "tickerSymbol already exists",
"data": null,
"errorCode": null,
"requestId": "0a06a7c0-f310-11f0-9f26-1b1f1981f29e"
}