Animica x402 Directory

Directory / crypto.forgemesh.io

crypto.forgemesh.io/api/kronos/preflight

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.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://crypto.forgemesh.io/api/kronos/preflight'

# -> 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/preflight'

Endpoint: https://crypto.forgemesh.io/api/kronos/preflight. 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.

Other endpoints on crypto.forgemesh.io

crypto.forgemesh.io/api/feedback

Delivers your message (symbol request, bug report, or logic suggestion) to the operator's write-only inbox and returns a feedback_id confirming receipt.

GET · $0.005

crypto.forgemesh.io/api/kronos/risk

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 …

GET · $0.02

crypto.forgemesh.io/api/kronos/signals

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…

GET · $0.05

crypto.forgemesh.io/api/whale

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…

GET · $0.02

All 5 endpoints on crypto.forgemesh.io →