Moonshot - Mint
Create a new token with Moonshot protocol on Solana
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
DEX identifier for the trade
raydium
, meteora
, pumpfun
, moonshot
, jupiter
"raydium"
Public key of the wallet initiating the transaction
8 - 64
"HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
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
[
{
"label": "website",
"url": "https://mytoken.com"
},
{
"label": "twitter",
"url": "https://twitter.com/mytoken"
}
]
Total token supply amount (in base units)
"1000000000"
Priority fee in SOL to increase transaction processing speed
"0.000001"
Banner image URL (defaults to icon if not provided)
"https://assets.mytoken.com/banner.png"
Response
Base64 encoded transaction
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
Additional metadata about the created token
{
"tokenId": "token_123456",
"token": {
"address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
"decimals": 9
}
}