curl --request POST \
--url https://de.raze.sh/v2/sol/create \
--header 'Content-Type: application/json' \
--data '
{
"platform": "pumpfun",
"wallets": [
{
"address": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"amount": 0.1
}
],
"token": {
"name": "My Token",
"symbol": "MTK",
"imageUrl": "https://example.com/image.png",
"description": "Token description"
},
"pumpType": "false"
}
'{
"success": true,
"platform": "pumpfun",
"mint": "<string>",
"transactions": [
"<string>"
],
"pumpType": "<string>",
"bonkType": "<string>",
"localSigning": true,
"poolId": "<string>"
}Create a new token on PumpFun or Bonk platform. Supports token metadata, multiple wallets, and various configuration options.
curl --request POST \
--url https://de.raze.sh/v2/sol/create \
--header 'Content-Type: application/json' \
--data '
{
"platform": "pumpfun",
"wallets": [
{
"address": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"amount": 0.1
}
],
"token": {
"name": "My Token",
"symbol": "MTK",
"imageUrl": "https://example.com/image.png",
"description": "Token description"
},
"pumpType": "false"
}
'{
"success": true,
"platform": "pumpfun",
"mint": "<string>",
"transactions": [
"<string>"
],
"pumpType": "<string>",
"bonkType": "<string>",
"localSigning": true,
"poolId": "<string>"
}Request to create a new token
Token creation platform
pumpfun, bonk Show child attributes
Token name
Token symbol
Token image URL
Token description (optional)
Twitter handle (optional)
Telegram link (optional)
Website URL (optional)
PumpFun mayhem mode (only for pumpfun platform)
true, false Bonk token type (only for bonk platform)
meme, normal Custom configuration object (optional)
Success - Token creation transactions generated
true
pumpfun, bonk Token mint address
Array of base58-encoded transactions
Present for pumpfun
Present for bonk
Whether local signing was used (pumpfun only)
Pool ID (bonk only)