Levr
Public BetaLaunch App

Public API

Read-only

These 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/healthProcess health. No secrets.
GET/api/marketsCurated market list with registry status.
GET/api/reference/:symbolUnderlying bid/ask. REAL_OFFCHAIN or Demo data.
GET/api/onchain/:symbolRobinhood Chain head, Chainlink token price, ERC-20 supply. REAL_ONCHAIN.
GET/api/overviewMarkets table payload used by /app/markets.

Testnet (not available)

Not available
POST/api/ordersSubmit an options order. Not implemented.
DELETE/api/orders/:idCancel. Not implemented.
GET/api/positionsOpen positions. Not implemented.
GET/api/fillsTrade history. Not implemented.

Provenance travels with every payload. A DEMO fallback is never silent. Nothing on this page accepts an order.