curl --request POST \
--url https://de.raze.sh/v3/sol/create \
--header 'Content-Type: application/json' \
--data '
{
"platform": "pumpfun",
"wallets": [
{
"address": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"amount": 0.5
},
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.2
}
],
"token": {
"name": "My Token",
"symbol": "MTK",
"imageUrl": "https://example.com/image.png",
"description": "A great token"
},
"jitoTipAmountSOL": 0.001
}
'{
"success": true,
"platform": "pumpfun",
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"isAdvancedMode": false,
"transactions": [
"4hXTCkRzt9..."
]
}Deploy a new token on one of four platforms. Auth optional.
Platforms:
pumpfun — up to 21 wallets (Multi-stage mode above 5 wallets)bonk — up to 21 wallets (Multi-stage mode above 5 wallets)meteoraDBC — up to 21 wallets (Multi-stage mode above 5 wallets)meteoraCPAMM — up to 21 wallets (Multi-stage mode above 5 wallets)Simple deployments return transactions[]. Multi-stage deployments return stages[].
curl --request POST \
--url https://de.raze.sh/v3/sol/create \
--header 'Content-Type: application/json' \
--data '
{
"platform": "pumpfun",
"wallets": [
{
"address": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"amount": 0.5
},
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.2
}
],
"token": {
"name": "My Token",
"symbol": "MTK",
"imageUrl": "https://example.com/image.png",
"description": "A great token"
},
"jitoTipAmountSOL": 0.001
}
'{
"success": true,
"platform": "pumpfun",
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"isAdvancedMode": false,
"transactions": [
"4hXTCkRzt9..."
]
}pumpfun, bonk, meteoraDBC, meteoraCPAMM First wallet is the deployer/owner
1Show child attributes
Show child attributes
0.001
base58, base64 Pump.fun mayhem mode
Pump.fun cashback mode
Bonk token type
meme, tech Meteora config PDA address. Uses platform default if omitted.
Initial liquidity in SOL (meteoraCPAMM only)
Percentage of token supply in initial liquidity pool (meteoraCPAMM only)
1 <= x <= 100Token deployment transactions generated
true
Token mint address
Pool address (bonk, meteoraDBC, meteoraCPAMM)
Position address (meteoraCPAMM only)
Mint keypair private key (meteoraDBC/CPAMM advanced mode)
Position NFT private key (meteoraCPAMM only)
Present in standard mode
Present in advanced/staged mode