https://app.elata.bio/api. This tab is the source of truth for that surface — every page is generated from a single OpenAPI 3.1 spec at api-reference/openapi.yaml.
It is the API surface third-party builders need to discover apps, run launch preflight, render market widgets, show user portfolios, surface claimable rewards, and bootstrap SDKs against the right contracts.
For the higher-level integration narrative (iframe embedding, on-chain reads, transaction patterns), see Builders → API Overview.
Status legend
Every operation in this reference carries anx-elata-status:
| Status | Meaning |
|---|---|
| stable | Implemented today on app.elata.bio/api. Safe to depend on. |
| proposed | Designed in the spec but not yet implemented. The spec is the contract the backend will build against. Subject to change. |
| planned | Acknowledged but not yet designed. Reserved namespace. |
stable operations are:
GET /appsGET /apps/{tokenAddress}GET /prices
proposed.
Base URL
Authentication
Most reads are public. Personalized endpoints under Portfolio and Rewards require a SIWE-issued JWT bearer token.app.elata.bio. The JWT’s sub claim is the wallet address; requests whose path {address} does not match the sub are rejected.
Rate limits
| Endpoint class | Limit |
|---|---|
| Read endpoints | 100 req/min |
| Heavy queries | 10 req/min |
Sections
Apps
Discovery, detail, search, holders, activity.
Preflight
Validate a launch before sending a transaction.
Market
Prices, candles, bonding-curve state, leaderboards.
Portfolio
Per-wallet holdings, history, P&L.
Rewards
Claimable rewards, programs, claim payloads.
Config
Runtime config for SDKs and AI agents.
On-chain interfaces
For Solidity contract interfaces, ABIs, and deployed addresses:- elata-protocol — Solidity source and deployment scripts
- elata-appstore — Frontend reference, including ABIs in
src/abi/ - Resources → Smart Contracts — current deployed addresses