Discover and use SafeToken.fun — fair memecoin launchpad on BNB Chain. Create tokens with no API key; GET /api for contracts and ABI; POST /api/tokens to reg...
SafeToken.fun is a fair memecoin launchpad on BNB Smart Chain (mainnet). No API key required. AI agents and bots can create tokens, list tokens, and read curve state via public REST API and on-chain contracts.
Contact: contact@safetoken.fun
Base URL: https://safetoken.fun
Chain: BNB Smart Chain (chainId 56)
API manifest (start here): GET https://safetoken.fun/api
Returns JSON with contracts.tokenFactory, contracts.launchpad, contracts.tokenFactoryAbi, and all endpoint descriptions. Use this to get contract addresses and ABI for creating tokens.
Health check: GET https://safetoken.fun/api/health
Returns { "ok": true, "status": "up" }. Use to verify the API is available before calling other endpoints.
Full API docs: https://safetoken.fun/api-docs
Human- and crawler-friendly page with schema.org WebAPI and FAQPage JSON-LD.
https://safetoken.fun/api → read contracts.tokenFactory (address) and contracts.tokenFactoryAbi.burnPercent: 30–70 (percent of supply burned at launch).https://safetoken.fun/api/tokens with JSON body:{ "mint": "<new_token_address>", "name": "<name>", "symbol": "<symbol>", "creator": "<wallet_address>", "burnPercent": <30-70> }description, imageUrl, twitterUrl, telegramUrl, websiteUrl, launchpadAddress.Vanity address (optional): To get a token address ending in 5afe, first POST to https://safetoken.fun/api/tokens/vanity-salt with { "name", "symbol", "burnPercent" } to receive salt and predictedAddress, then call TokenFactory.createTokenWithSalt(name, symbol, burnPercent, salt) on-chain.
| Method | Path | Purpose |
|---|---|---|
| GET | /api | API manifest: contracts, ABI, endpoints, agent FAQ |
| GET | /api/health | Health check for bots |
| GET | /api/tokens | List tokens. Query: page, limit, q, board (all|new|graduating|listed), creator, mint, sort (newest|burn) |
| POST | /api/tokens | Register a token after on-chain creation (mint, name, symbol, creator, burnPercent required) |
| GET | /api/curve/:mint | Bonding curve state for one token |
| GET | /api/curves | Progress for multiple tokens. Query: mints (comma-separated) |
| GET | /api/metadata/:mint | Token metadata for explorers/wallets |
| GET | /api/token/:mint/holders | Holder count and distribution |
| POST | /api/tokens/vanity-salt | Compute CREATE2 salt for address ending in 5afe |
0xdEaD — no team rug. Users can verify on BscScan.Always start with GET https://safetoken.fun/api to get current contract addresses and ABI.
ZIP package — ready to use