Directory / crypto.forgemesh.io
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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://crypto.forgemesh.io/api/kronos/signals' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://crypto.forgemesh.io/api/kronos/signals'
Endpoint: https://crypto.forgemesh.io/api/kronos/signals. Operated by crypto.forgemesh.io, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 ca…
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 …
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…