Public API
Read-onlyThese routes already serve the public beta. They return JSON. No API key. Trading methods are listed so integrators can see the intended surface — they answer nothing today and will stay dark until testnet.
Live (read-only)
| GET | /api/health | Process health. No secrets. |
| GET | /api/markets | Curated market list with registry status. |
| GET | /api/reference/:symbol | Underlying bid/ask. REAL_OFFCHAIN or Demo data. |
| GET | /api/onchain/:symbol | Robinhood Chain head, Chainlink token price, ERC-20 supply. REAL_ONCHAIN. |
| GET | /api/overview | Markets table payload used by /app/markets. |
Testnet (not available)
Not available| POST | /api/orders | Submit an options order. Not implemented. |
| DELETE | /api/orders/:id | Cancel. Not implemented. |
| GET | /api/positions | Open positions. Not implemented. |
| GET | /api/fills | Trade history. Not implemented. |
Provenance travels with every payload. A DEMO fallback is never silent. Nothing on this page accepts an order.