FORTUNE PUBLIC API · ALPHA
Open public testnet →Real data or no data.
Readiness and protocol configuration come from the deployed BSC Testnet stack. Market endpoints read BNB Chain directly and state the block and log coverage behind every number.
NON-CUSTODIAL
Wallets authorize writes.
The dedicated testnet UI signs transactions in the user's wallet. Private keys never touch Fortune servers.
Preview→Wallet signs→Chain confirms
HONEST ALPHA ENDPOINTS
OpenAPI JSONPublic API
GET
/api/readyLive BSC Testnet service readinessGET
/api/public/v1/readinessFull protocol + Pancake infrastructure readinessGET
/api/public/v1/protocolPublished public-alpha protocol configurationGET
/api/public/v1/statsMeasured release-validation resultsGET
/api/public/v1/launchesLaunches recorded by the Fortune factories, newest firstGET
/api/public/v1/marketsPrices, market caps and trade activity; ?tokens= for a watchlistGET
/api/public/v1/markets/{token}One market: chart, pair reserves, supply split and recent tradesGET
/api/public/v1/portfolio/{address}Every Fortune token a wallet holds, valued at live pricesGET
/api/public/v1/creators/{address}A creator's launches, graduation record and current holdingsGET
/api/public/v1/universeBNB Chain stocks, RWA, pre-IPO and crypto pair assets with eligibilityPOST
/api/public/v1/launches/previewValidate a launch configurationGET
/api/public/v1/transactions/{hash}Resolve transaction status before retryingQUICKSTART
Check the live deployment.
curl https://fortunepad.fun/api/ready curl https://fortunepad.fun/api/public/v1/readiness curl https://fortunepad.fun/api/public/v1/protocol
INDEXER BOUNDARY
No fake market feed.
Prices, charts, volume, supply and holdings are read from the factory, the curves, the official pools and a bounded event log, each at a stated block. When the log window cannot cover a range, the response says so instead of filling the gap. Revenue history and social activity wait for a durable indexer.