DEX - トークン作成
指定された DEX 上に新しいトークンを作成
Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
サポートされているネットワークに記載されているチェーン名
sol, bsc, eth ボディ
Token creation parameters
取引用の DEX 識別子
raydium, pumpfun, moonshot, candy, launchpad "raydium"
トランザクションを開始するウォレットの公開鍵
8 - 64"oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7"
作成するトークンの名前
1 - 32"Candy Token"
トークンシンボル/ティッカー
1 - 10"CANDY"
トランザクション処理速度を上げるための優先手数料(SOL 単位)
"1000"
トークンメタデータ URI(通常は画像または JSON を参照)
"https://assets.candyproject.com/token/icon.png"
トークン画像 URL(Base64 または HTTPS)
"https://assets.candyproject.com/token/icon.png"
作成されたトークンの追加メタデータ
{
"decimals": 6,
"migrateType": "amm",
"slippage": 100,
"buyAmount": 0,
"supply": 1000000000000000,
"totalSellA": 793100000000000,
"totalFundRaisingB": 85000000000,
"totalLockedAmount": 0,
"cliffPeriod": 0,
"unlockPeriod": 0,
"shareFeeReceiver": "oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7",
"shareFeeRate": 1000
}
レスポンス
トークン作成用の Base64 エンコードされたトランザクション
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
トランザクション署名が必要なトークンミントアドレス
"So11111111111111111111111111111111111111112"

