Create a new token with Moonshot protocol on Solana
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Token creation parameters
DEX identifier for the trade
moonshot "moonshot"
Public key of the wallet initiating the transaction
8 - 64"oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7"
Name of the token
1 - 32"My Token"
Token symbol/ticker
1 - 10"MTK"
Target DEX for token migration
RAYDIUM, METEORA, UNISWAP "RAYDIUM"
Token icon URL (Base64 or HTTPS)
"https://assets.mytoken.com/icon.png"
Token description
1000"A revolutionary new token for the Solana ecosystem"
Social and website links
Total token supply amount (in base units)
"1000000000"
Priority fee in SOL to increase transaction processing speed
"1000"
Banner image URL (defaults to icon if not provided)
"https://assets.mytoken.com/banner.png"
Base64 encoded transaction for Moonshot token creation
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
Additional metadata about the created Moonshot token
{
"tokenId": "token_123456",
"token": {
"address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
"decimals": 9
}
}