Developers
Blank lets you launch Solana tokens straight from your own app. The tokens you create through the SDK behave exactly like the ones launched on blank.build: same token pages, same discovery feed, same trading flow, same fees, same staking, same graduation. Most apps only ever need one call:The SDK is the supported integration surface. Raw HTTP endpoints are
documented for backend adapters and debugging, but most integrations should
not need them.
What you can do today
- Launch a token on the network Blank is running on.
- Split creator fees across up to five wallets at launch.
- Enable creator-side fee allocations in the launch bundle with
staking.shareBps,buybackBurn.shareBps, andliquidityCompounding.shareBps. - Use server-side API keys to launch from your app backend or automation. Each Blank account can keep up to three active keys.
- Show API-launched tokens as normal Blank tokens (they get a small “API” badge, nothing else).
- Top up staking pools with creator-funded bonuses.
- Export exact current holders and stakers for tokens your API-key account controls.
- Read public fee status and the live Solana config (program IDs, limits, etc.).
Base URLs
- API:
https://api.blank.build - App:
https://blank.build