Everything that landed on spot-trs-indexor in the last 24 h. Base URL on
dev: https://api.opbalance.com/mm/spot. Paths below are as they appear
through the ft-api proxy.
How to submit a leverage order from ft-usd2 against the executor. This
is a condensed version of the server-authoritative reference script:
📂 Reference e2e (read this first): https://github.com/flyingtulipdotcom/leverage-executor/blob/f4cce0216e5412a70269d39fd699053d46985dbe/examples/e2e-order-flow.ts
It's a bun script that does the full flow against the running executor. Port the signing math from it; the one diff on frontend is that the user signs with their connected wallet (wagmi), not a private key
| Method | Path | Description |
|---|---|---|
GET |
/leverage/orders/stream |
SSE stream — real-time order events |
GET |
/leverage/orders?status=pending |
Poll pending orders |
POST |
/leverage/orders/{id}/claim |
Claim an order (30s TTL) |
DELETE |
/leverage/orders/{id}/claim |
Release a claim |
Lightweight circuit breaker polling endpoint. Use when a withdraw drawer is open to get real-time CB limits without fetching the full /mm/lend payload.
Params:
chain_id— chain ID (e.g.146)token— token contract address (e.g.0x29219dd400f2Bf60E5a23d13Be72B486D4038894)
- FT Burn Chart — Cumulative FT burned over time with USD values, period selector (1w/1m/3m/6m/1y)
- FT/Capital Ratio Chart — Shows FT Value / Investment Value ratio over time
- Dashboard period dropdown and UI fixes
- stS token added to token config
NewerOlder