API Reference
Base URL: https://api.mecone.trade · JSON over HTTPS · no key required
today (fair use; commercial consumption is licensed, talk to
us). The API runs redundantly with zero-downtime deploys and is
monitored around the clock.
GET /api/markets
The flagship board: one summary row per live market.
curl https://api.mecone.trade/api/marketsKey fields per market:
| Field | Type | Meaning |
|---|---|---|
slug | string | Stable id, e.g. us-cpi-yoy; use it for the per-market endpoint |
symbol | string | Branded symbol, e.g. MCPI; the Stork asset is MECON_<symbol> |
title, label | string | Display names |
unit | string | % or $ |
index_now | number | The live index level in its natural unit |
index_fmt | string | Human-formatted value (e.g. $921B, 3.77%) |
change_24h_pct | number | 24-hour change |
funding_rate_pct | number | Current demo funding rate |
spark | number[] | Recent sparkline series |
source | string | Underlying data source |
bucket, kind, thesis | string | Categorization and one-line rationale |
GET /api/markets/{slug}
The full payload for one market: everything above plus the stored series
(the immutable tick history the charts render), the crowd distribution, the
perp block (oracle, mark, funding), and the order-book depth from
the underlying market.
curl https://api.mecone.trade/api/markets/us-gdpGET /api/status
Operational health: readiness, markets cached/errored, store connectivity, uptime.
curl https://api.mecone.trade/api/statusValues update on a 5-minute persistence cadence (a deliberate settlement-determinism choice; the internal pipeline is real-time and faster per-feed cadences are available to licensees). Responses are served from a warm cache, so reads are cheap; please keep polling reasonable.
On-chain
The same values are signed and published to the Stork oracle network; see Consuming the Feeds for feed ids and the Solidity interface.