crypto.forgemesh.io publishes 5 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/feedback | GET | $0.005 | 402 |
| /api/kronos/preflight | GET | $0.05 | 402 |
| /api/kronos/risk | GET | $0.02 | 402 |
| /api/kronos/signals | GET | $0.05 | 402 |
| /api/whale | GET | $0.02 | 402 |
Delivers your message (symbol request, bug report, or logic suggestion) to the operator's write-only inbox and returns a feedback_id confirming receipt.
Returns a go/no-go allowed flag with market_state, cooldown status, and warnings for one symbol — call it before /kronos/decision to skip a costlier decision call during blocked conditions.
Returns current market risk state, per-symbol signal streaks, and active cooldown timers — use it as a pre-trade risk gate before acting on any signal. Typical agent tasks: check if BTC or ETH is in c…
Returns latest per-symbol signal scores and a ranked top_k list across crypto and supported stock symbols — pair with /kronos/risk and /kronos/forecast for full decision context.
Returns whale, CEX, bridge, and stablecoin flow alerts for a chosen chain and lookback window, each with direction, venue, and USD value — use it to catch large capital movements before they move pric…