FORTUNE PUBLIC API · ALPHA

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.

Open public testnet →
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

Public API

OpenAPI JSON
GET/api/readyLive BSC Testnet service readiness
GET/api/public/v1/readinessFull protocol + Pancake infrastructure readiness
GET/api/public/v1/protocolPublished public-alpha protocol configuration
GET/api/public/v1/statsMeasured release-validation results
GET/api/public/v1/launchesLaunches recorded by the Fortune factories, newest first
GET/api/public/v1/marketsPrices, market caps and trade activity; ?tokens= for a watchlist
GET/api/public/v1/markets/{token}One market: chart, pair reserves, supply split and recent trades
GET/api/public/v1/portfolio/{address}Every Fortune token a wallet holds, valued at live prices
GET/api/public/v1/creators/{address}A creator's launches, graduation record and current holdings
GET/api/public/v1/universeBNB Chain stocks, RWA, pre-IPO and crypto pair assets with eligibility
POST/api/public/v1/launches/previewValidate a launch configuration
GET/api/public/v1/transactions/{hash}Resolve transaction status before retrying
QUICKSTART

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.