Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A chain name listed in supported networks
sol
, base
, bsc
, polygon
, arbitrum
, optimism
, avalanche
, ethereum
, zksync
, sui
Body
Token creation parameters
DEX identifier for the trade
raydium
, pumpfun
, moonshot
, candy
, launchpad
"raydium"
Public key of the wallet initiating the transaction
8 - 64
"oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7"
Name of the token to be created
1 - 32
"Candy Token"
Token symbol/ticker
1 - 10
"CANDY"
Priority fee in SOL to increase transaction processing speed
"1000"
URI for token metadata (usually points to image or JSON)
"https://assets.candyproject.com/token/icon.png"
Token image URL (Base64 or HTTPS)
"https://assets.candyproject.com/token/icon.png"
Additional metadata about the created token
{
"decimals": 6,
"migrateType": "amm",
"slippage": 100,
"buyAmount": 0,
"supply": 1000000000000000,
"totalSellA": 793100000000000,
"totalFundRaisingB": 85000000000,
"totalLockedAmount": 0,
"cliffPeriod": 0,
"unlockPeriod": 0,
"shareFeeReceiver": "oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7",
"shareFeeRate": 1000
}
Response
Base64 encoded transaction for token creation
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
Token mint address that requires signature for the transaction
"So11111111111111111111111111111111111111112"