Use public fixtures to evaluate schema and value before payment. Fixtures are sanitized examples and do not expose private keys, broker credentials, or account identifiers.
get_agent_readable_market_brief — Returns a compact agent-readable BTC15 market brief designed for downstream AI agents that need a paid summary before deciding whether to call deeper tools. (sample, paid endpoint)get_btc15_full_intelligence_packet — Returns a higher-value consolidated BTC15 intelligence packet for autonomous agents that want market brief, market score, tiny lane health, and strategy health in one read-only paid call. (sample, paid endpoint)get_btc15_strategy_health — Returns strategy-level BTC15 health, drawdown, sample size, settled PnL reconciliation, and deployment-gating warnings. (sample, paid endpoint)get_btc15_tiny_live_lane_health — Returns UP/DOWN tiny live lane health, settled PnL reconciliation, fill status, and profitability state from settled rows only. (sample, paid endpoint)score_kalshi_btc15_market — Scores the current BTC15/Kalshi short-horizon market snapshot with freshness, spread/liquidity, and risk flags. (sample, paid endpoint)These public fixtures let agents decide whether the paid call is worth the x402 spend before paying.
| Before the fixture | After reading the free fixture | Paid next step |
|---|---|---|
| Agent only sees raw BTC15 odds and does not know if quotes are fresh or tradable. | score_kalshi_btc15_market fixture shows quote age, spread/depth label, time-window label, tail-risk label, and warnings. | Pay $0.01 for the current live market-score JSON. |
| Agent cannot tell whether tiny live lanes are healthy from a static strategy name. | lane-health fixture shows UP/DOWN contracts, settled PnL, entry bands, sample size, and live/research status. | Pay $0.05 for current lane-health JSON. |
| Agent needs a compact briefing before deciding whether deeper BTC15 analysis is useful. | market-brief fixture shows the combined market score, lane health, limitations, and machine-readable warnings. | Pay $0.15 for the current full brief. |
All paid responses remain read-only: no order placement, no credentials, no account identifiers.
Read-only market intelligence only. No order placement, credentials, or private account access.