imported from the x402 Bazaar, not submitted by the operator · own this service? claim it
Crypto market intelligence API for agents: market signals, whale and exchange flow alerts, price forecasts, risk state and journaled decisions with audit records. Paid per call in USDC on Base, no API key. Each endpoint returns a free delayed sample before payment.
Pay from $0.02 to $0.15 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 153ms
- avg response
- 122ms
- total checks
- 24
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.02 to $0.15 (p60 in Finance)
- price (min)
- $0.02
- price (max)
- $0.15
- category percentile (min)
- p60 in Finance
- category percentile (max)
- p83 in Finance
- endpoints / prices
- 10 / 4
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $1.13 30d · 2 buyers
- volume 30d
- $1.13
- buyers 30d
- 2
- settlements 30d
- 23
- last settlement
- 2026-07-16
- top buyer share
- 56% of 30d volume
- trend 7d vs 30d
- 1.88x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides crypto market intelligence signals, risk analysis, and decision support through various Kronos endpoints.
- category
- crypto-market-intelligence
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/kronos/audit | $0.07 | Base | USDC | |
| GET | /api/kronos/decision | $0.15 | Base | USDC | |
| GET | /api/kronos/forecast | $0.05 | Base | USDC | |
| GET | /api/kronos/history | $0.05 | Base | USDC | |
| GET | /api/kronos/preflight | $0.05 | Base | USDC | |
| GET | /api/kronos/risk | $0.02 | Base | USDC | |
| GET | /api/kronos/signals | $0.05 | Base | USDC | |
| GET | /api/signals | $0.05 | Base | USDC | |
| GET | /api/whale | $0.02 | Base | USDC | |
| GET | /signal/:symbol | $0.05 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/kronos/audit returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://crypto.forgemesh.io/api/kronos/audit'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/risk",
"mimeType": "application/json",
"description": "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."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"state": "NORMAL",
"cooldown": {},
"last_updated": "2026-04-30T19:00:00Z",
"why_not_high": [
"Risk state is a planning context, not a complete market-safety guarantee."
],
"signal_streak": {
"BTC/USD": 1,
"ETH/USD": 0
},
"data_freshness": "FRESH"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"state": {
"type": "string"
},
"cooldown": {
"type": "object"
},
"last_updated": {
"type": "string"
},
"why_not_high": {
"type": "array"
},
"signal_streak": {
"type": "object"
},
"data_freshness": {
"type": "string"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641680,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/risk"
},
"signature": "0x0f355d15c1836aaa7a766e56dca7ded3e57d49b024fdfa2e43387423928513b4490ae4f46550c1e085c4dcb4a24c898c0a041534222ef82f0b33781d9fdfaf791b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/signal/:symbol",
"mimeType": "application/json",
"description": "Returns a single-symbol signal snapshot with regime and data_freshness. Compatibility alias — prefer the canonical endpoint."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"symbol": ":symbol"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"ts": "2026-04-12T12:27:08Z",
"regime": "BULL",
"signal": 0.0001,
"symbol": "BTC",
"_canonical": "/api/signals",
"data_freshness": "FRESH"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ts": {
"type": "string"
},
"regime": {
"type": "string"
},
"signal": {
"type": "number"
},
"symbol": {
"type": "string"
},
"_canonical": {
"type": "string"
}
}
}
}
}
}
},
"routeTemplate": "/signal/:symbol"
},
"canonical": "/api/signals",
"deprecated": true,
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641680,
"resourceUrl": "https://crypto.forgemesh.io/signal/:symbol"
},
"signature": "0x93c9a77b3fb4e927815807c0f04a79aa4bc84c401e9f78899ec390f54a7d01565e801aecdb8c4f214966ac6c7a69745e633436f21d39a0fbed8397b383aafdcf1c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "70000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/audit",
"mimeType": "application/json",
"description": "Returns a verdict, realized pnl_pct, and direction_correct flag for any prior decision_id — the accountability check that closes the loop on a /kronos/decision call."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"window": "4h",
"decision_id": "550e8400-e29b-41d4-a716-446655440000"
}
},
"output": {
"type": "json",
"example": {
"symbol": "XRP",
"outcome": {
"pnl_pct": 0.023,
"direction_correct": true
},
"verdict": "GOOD_DECISION",
"decision_id": "uuid",
"legacy_fields": {
"suggested_action": {
"value": "CONSIDER_SHORT",
"compatibility_only": true,
"not_a_market_activity_instruction": true
}
},
"directional_bias": "downward"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"decision_id"
],
"properties": {
"window": {
"type": "string"
},
"decision_id": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"outcome": {
"type": "object"
},
"verdict": {
"type": "string"
},
"decision_id": {
"type": "string"
},
"legacy_fields": {
"type": "object"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "70000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641680,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/audit"
},
"signature": "0x020a05e6e3dbd1aa0794e4267ab39414505dea02d95583a069f57bde2a556ecf7c657826fe609a5c634e909c8d14dbfd2de07cc3cbd16f814989eb830ab6067b1c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/forecast",
"mimeType": "application/json",
"description": "Returns a conformally-calibrated range_80 price interval (~80% empirical coverage) plus current_price and upside_probability for BTC/ETH/SOL/XRP/ADA — use the range for planning instead of a single point prediction."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": "BTC"
}
},
"output": {
"type": "json",
"example": {
"symbol": "BTC/USD",
"horizon": "~5h",
"range_80": {
"low": 60275,
"high": 62806,
"method": "conformal",
"coverage_target": 0.8
},
"why_not_high": [
"The calibrated interval is designed for approximate coverage, not certainty; some realized prices can still land outside the range."
],
"current_price": 61234.5,
"upside_probability": 0.52
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"range_80": {
"type": "object"
},
"why_not_high": {
"type": "array"
},
"upside_probability": {
"type": "number"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641680,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/forecast"
},
"signature": "0x61a1fb111f799c7b38ebb7493ade899aa0cc8a4d0a80b4d0e8dfc14c30aa652631dc060664b46d91a13534f0a9a5e467d1cb0bf7a45b3036db526b4959b6e0291c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "150000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/decision",
"mimeType": "application/json",
"description": "Returns a full decision journal entry — directional_bias, calibrated_confidence, anomaly_score, and agreement_score — plus a decision_id, combining signal, anomaly, and calibration checks into one auditable record for agent decision pipelines."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": "BTC"
}
},
"output": {
"type": "json",
"example": {
"symbol": "BTC/USD",
"verified": true,
"next_step": {
"cost": "$0.07",
"review_step": "Call /kronos/audit after 1h to verify"
},
"confidence": 0.514,
"decision_id": "uuid",
"why_not_high": [
"Directional confidence is intentionally capped by observed historical accuracy, not boosted by signal magnitude."
],
"anomaly_level": "normal",
"anomaly_score": 14,
"agreement_score": 93,
"risk_disclosure": {
"no_trade_instruction": true,
"not_financial_advice": true,
"market_intelligence_only": true
},
"directional_bias": "upward",
"anomaly_review_label": "ignore",
"calibrated_confidence": 51,
"market_intelligence_only": true
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"verified": {
"type": "boolean"
},
"next_step": {
"type": "object"
},
"confidence": {
"type": "number"
},
"decision_id": {
"type": "string"
},
"why_not_high": {
"type": "array"
},
"anomaly_level": {
"type": "string"
},
"anomaly_score": {
"type": "number"
},
"legacy_fields": {
"type": "object"
},
"agreement_score": {
"type": "number"
},
"risk_disclosure": {
"type": "object"
},
"directional_bias": {
"type": "string"
},
"anomaly_review_label": {
"type": "string"
},
"calibrated_confidence": {
"type": "number"
},
"market_intelligence_only": {
"type": "boolean"
}
}
}
}
}
}
}
},
"disclaimer": "Market intelligence only; no output is an instruction to trade, transact, hold, rebalance, or take market activity.",
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "150000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641680,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/decision"
},
"signature": "0x96066688b17a3f18a500cf7e2968039ac4f97a86079cd5596b275aeb17bb8c5f278edab9090c54236ffe259ce0f5deb727ccc63ca736d9ceace4d7647a27d8bf1c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/preflight",
"mimeType": "application/json",
"description": "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."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": "BTC"
}
},
"output": {
"type": "json",
"example": {
"symbol": "BTC/USD",
"allowed": true,
"warnings": [],
"in_cooldown": false,
"market_state": "NORMAL"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"allowed": {
"type": "boolean"
},
"market_state": {
"type": "string"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641681,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/preflight"
},
"signature": "0x25338099de3c303870cf0a5941f70d3d8e7b4d576c1744abd697c56cdf799410785f9aa23135d767f6660504e7b0029f3bfdc03b84834c122aaaa409b51d39ff1b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/history",
"mimeType": "application/json",
"description": "Returns up to 168 hours of historical signal snapshots with timestamps and per-symbol scores — use it to backtest, chart signal drift, or build training data."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"hours": 24
}
},
"output": {
"type": "json",
"example": {
"count": 96,
"signals": [
{
"ts": "2026-04-30T11:00:00Z",
"top_k": [
"BTC/USD"
],
"signals": {
"BTC/USD": 0.001
}
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"hours": {
"type": "number"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"signals": {
"type": "array"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641680,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/history"
},
"signature": "0x4ba6b71709742270efb08656b708bbb52a6ecf26c90394720ac7783a0242639900780c191940e61d046ff780ba237b308797b5dec0bb568bc72ba01c3a6e61021c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/kronos/signals",
"mimeType": "application/json",
"description": "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."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"ts": "2026-04-12T12:27:08Z",
"top_k": [
"ETH/USD"
],
"signals": {
"BTC/USD": 0.0001,
"ETH/USD": 0.004
},
"timeframe": "1h"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ts": {
"type": "string"
},
"top_k": {
"type": "array"
},
"signals": {
"type": "object"
}
}
}
}
}
}
}
},
"canonical": "/api/signals",
"deprecated": true,
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641681,
"resourceUrl": "https://crypto.forgemesh.io/api/kronos/signals"
},
"signature": "0xf543748311f9c161760eb55e574cbff6903f0105c6d619b747a480fd4a5237097dc3d1d5f9f6b6c0d6f179ee1dd14df85b96418a1b7422fa2c09f0460cec4a771b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/whale",
"mimeType": "application/json",
"description": "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 price."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "base",
"hours": 4
}
},
"output": {
"type": "json",
"example": {
"chain": "base",
"alerts": [
{
"type": "exchange_flow",
"venue": "Coinbase",
"direction": "in",
"value_usd": 750000
}
],
"alert_count": 2,
"window_hours": 4
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"chain": {
"enum": [
"ethereum",
"base",
"arbitrum"
],
"type": "string"
},
"hours": {
"type": "number",
"maximum": 168,
"minimum": 1
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"alerts": {
"type": "array"
},
"alert_count": {
"type": "number"
},
"window_hours": {
"type": "number"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641681,
"resourceUrl": "https://crypto.forgemesh.io/api/whale"
},
"signature": "0xb7128dfacefcc7a6b4778a524ece7cadbcea4669d4c3de274044b1377860baa5427f20330238de4986c82c14c5fbac6e43e79024517d56cacaaf16665cde026e1c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://crypto.forgemesh.io/api/signals",
"mimeType": "application/json",
"description": "Returns current signal scores for BTC, ETH, SOL, XRP, and ADA plus a ranked top_k list — use it as a lightweight crypto market snapshot before deeper analysis."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"ts": "2026-04-12T12:27:08Z",
"top_k": [
"ETH/USD"
],
"signals": {
"BTC/USD": 0.0001,
"ETH/USD": 0.004
},
"timeframe": "1h",
"_canonical": "/api/signals"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ts": {
"type": "string"
},
"top_k": {
"type": "array"
},
"signals": {
"type": "object"
},
"_canonical": {
"type": "string"
}
}
}
}
}
}
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x93A1F57D2e0DBE4cc882b5DbAEbe7F0F16443338",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1784641681,
"resourceUrl": "https://crypto.forgemesh.io/api/signals"
},
"signature": "0xb10d4f5c7b9b43ac155283299b6698b62fa7f9e18ede2002d8e59568ae83fac3648acdc9a45b6d80eafc5bc1a65b3035bf3a7b5074b66388dfc15b4d9ac8e75e1c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/forgemesh-crypto-signals/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 10 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/forgemesh-crypto-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/forgemesh-crypto-signals.svg" alt="ForgeMesh Crypto Signals listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/forgemesh-crypto-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/forgemesh-crypto-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/forgemesh-crypto-signals.svg?data=uptime" alt="ForgeMesh Crypto Signals uptime on x402-list" height="28"> </a>