Routes
| Route | Price | What it returns |
|---|---|---|
POST /api/price | $0.01 | Live spot price for a token |
POST /api/quote | $0.02 | A swap/bridge route summary + a sign-in link (never raw calldata) |
POST /api/risk | $0.02 | Token safety scan — liquidity, honeypot flags, risk score |
POST /api/smart-money | $0.05 | Nansen smart-money read for a token |
POST /api/yield | $0.01 | Top yield pools for a token |
POST /api/polymarket | $0.01 | Top prediction markets |
POST /api/market-read | $0.01 | An Aeon market-intelligence read (defi/narrative/trending/etc) |
POST /api/treasury | $0.01 | A curated DAO treasury balance lookup |
Why /api/quote never returns calldata
Every execution path in Skopos is non-custodial — an agent calling this endpoint gets a route summary and a link back to the Skopos app to actually sign, never a directly-executable payload. An agent can’t use this endpoint to move funds on a user’s behalf; it can only use it to research a route.
Discovery
/openapi.json— machine-readable schema for all 8 routes./llms.txt— a plain-text summary for LLM agents discovering what Skopos offers.
