Skip to main content
POST
Deploy a token
Token deploys are Solana-only. The supported DEXes (pump.fun, Bags, and Bonk) are all on Solana, and every amount is denominated in SOL (lamports). The EVM host serves swaps only — it returns 404 for this path.

Authorizations

Authorization
string
header
required

Your Bloom API key, e.g. Authorization: Bearer blm_sol_live_…. Create one in Bloom Manager → Manage API Keys.

Body

application/json
wallet_address
string
required

Creator wallet, must be yours.

metadata
object
required
configs
object[]
required
Minimum array length: 1

A DEX configuration. JSON shape is { "dex": <pump_fun|bags|bonk>, "data": <variant config> }.

creator_buy_sol_amount
integer<int64>

Lamports.

buys
object[]
bundle_mode
enum<string>
Available options:
packed,
non_packed,
sniper
jito_tip
integer<int64>

Lamports.

slippage_bps
integer<int64>
distributions
object[]
mint_private_key
string
creator_priority_fee_sol
number

Priority fee in SOL.

Response

Deploy accepted.

success
boolean
required
Example:

true

data
object
required