x402 List

x402 Protocol Service Directory

CoinOpAI Kronos Market Intelligence

Finance PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

Pay-per-call crypto market intelligence API on Base: calibrated 80% price ranges for BTC, ETH, SOL, XRP and ADA, plus market risk state, decision journals with an audit trail, and anomaly scoring. Free delayed samples are available without payment.

Pay from $0.005 to $0.15 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-04-30 · $54.83 all-time · settled via coinbase

BASE URL https://x402.coinopai.com ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h ago

Evidence-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
224ms
avg response
133ms
total checks
2,136

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.15 (p30 in Finance)
price (min)
$0.005
price (max)
$0.15
category percentile (min)
p30 in Finance
category percentile (max)
p79 in Finance
endpoints / prices
10 / 5
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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $3.115 30d · 21 buyers
volume 30d
$3.115
buyers 30d
21
settlements 30d
55
first settlement
2026-04-30
last settlement
2026-08-13
top buyer share
32% of 30d volume
trend 7d vs 30d
0.54x the 30d daily rate
networks
eip155:8453
volume all-time
$54.83
settlements all-time
1,106
median settlement 30d
$0.02
max settlement 30d
$0.25
settled via
coinbase ($3.12, 55 tx)

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-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /api/anomaly $0.07 Base USDC header
GET /api/catalog $0.005 Base USDC header
GET /api/categories $0.005 Base USDC header
GET /api/kronos/audit $0.07 Base USDC header
GET /api/kronos/decision $0.15 Base USDC header
GET /api/kronos/forecast $0.05 Base USDC header
GET /api/kronos/history $0.05 Base USDC header
GET /api/kronos/preflight $0.05 Base USDC header
GET /api/kronos/risk $0.02 Base USDC header
GET /api/kronos/signals $0.05 Base USDC header
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/catalog returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://x402.coinopai.com/api/catalog'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "50000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/forecast"
              },
              "signature": "0x64dcbcf84da21e5214a6ddebf86d5232f5df562ab3fa664738fbd7bbd8b3920962055ca3b8b87a7861c942b34f1d52d826928f4dcca58172ac07c7af3089fb011c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "150000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "150000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/decision"
              },
              "signature": "0x95b8caab4d9fd95cd366bc010aa6c17c327be7465af13e2974cde4455c77d2955437627b4136e4a44348fd4ccde50e2773326158668417ac7abc515e329dbeaf1c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "50000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/preflight"
              },
              "signature": "0x92d90424bc1a90b2ac43bcfeba9c85b4ba4483d6588ba4e5c099abc1210fd7b314e33ec82cf2d91b20a7dbb82c31d7f41c61dd243176cefa7ef6c4a73c972a5d1b",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "20000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/risk"
              },
              "signature": "0xd0db46b506ce243bc09bcd7abd4dda83863ee8295273ba7cccb1740ca822861e54d118977887685a624b44c6e5af5fce45b63cd97f69b95b71eebdcb25a441dc1c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "70000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "70000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/audit"
              },
              "signature": "0x54bb46ceb8273f08535382627c6a372f1adffdb4cdd3c1a246c43fc1f507d78a545f9b83572d3adf18f3b312414f676210fde512d96d10bb93d65af0c06a317f1c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "50000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/signals"
              },
              "signature": "0x0d6559c2157c3ff3bc92b26e4ad3d6da830f13f100af969f091dae43000693d86703e9e3ca2a3fdfa9ad618b2b34e803c71c09ae855fecd9bd90e6fc7ba555641c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "50000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/kronos/history"
              },
              "signature": "0xf69210048202d70166d0fdf0809095de75303667c8e844160a634b8f943e87d8201fcf4110c7cc63c755427e9933bda2def36026a2590b17fc1b69118dca9b811b",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/api/categories",
      "mimeType": "application/json",
      "description": "Returns the 4 top-level product categories (market intelligence, workflows, media generation, infrastructure) with endpoint lists and service counts — use it to route discovery before browsing individual services."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "categories": [
                {
                  "name": "Market Intelligence",
                  "slug": "market_intelligence",
                  "description": "Auditable market context, calibrated forecasts, risk state, decision journaling, and outcome audit.",
                  "service_count": 8
                },
                {
                  "name": "Workflows",
                  "slug": "workflows",
                  "service_count": 4
                },
                {
                  "name": "Media Generation",
                  "slug": "media_generation",
                  "service_count": 2
                },
                {
                  "name": "Infrastructure",
                  "slug": "infrastructure",
                  "service_count": 5
                }
              ]
            }
          }
        },
        "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": {
                    "categories": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "endpoints": {
                            "type": "array"
                          },
                          "description": {
                            "type": "string"
                          },
                          "service_count": {
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "5000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/categories"
              },
              "signature": "0xca4352661954b8556c90f7dbaeb7693d340ab0b44794faad433b333c3aefd23715d480be3177a7f1f619247af52ecf63d97739b78ffab85ca1b897cea6d947191c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/api/catalog",
      "mimeType": "application/json",
      "description": "Returns the ForgeMesh signal-safety endpoint list with path and description for anomaly detection, calibration, and verification — use it to discover infrastructure endpoints before integrating."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "name": "ForgeMesh Signal Safety Catalog",
              "endpoints": [
                {
                  "path": "/api/anomaly",
                  "description": "Market signal anomaly review."
                }
              ]
            }
          }
        },
        "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": {
                    "name": {
                      "type": "string"
                    },
                    "endpoints": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "5000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/catalog"
              },
              "signature": "0xe4121161e46bae98f165fb9136aa4a8a824dc01d4ba8597ece51571cfdc23f107040183288fe2b47083afa31c047d2847c8b3645f6ca7dba74c0995460552bbc1c",
              "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
        "amount": "70000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://x402.coinopai.com/api/anomaly",
      "mimeType": "application/json",
      "description": "Returns an anomaly_score, review_label, and ranked drivers[] for a submitted signal, plus agreement_score and sample_size — use it as a pre-decision gate to flag statistically unusual signal behavior."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "symbol": "BTC",
              "window": "24h",
              "features": {
                "risk_score": 31,
                "volatility": 0.031,
                "price_change": 0.018,
                "volume_change": 0.42,
                "signal_confidence": 72
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "symbol": "BTC",
              "drivers": [],
              "disclaimer": "Market intelligence only. Not financial advice. Not a market activity instruction.",
              "sample_size": 120,
              "review_label": "normal_review",
              "review_level": "normal",
              "anomaly_level": "normal",
              "anomaly_score": 14,
              "generated_for": "research_and_decision_support",
              "legacy_fields": {
                "recommended_action": {
                  "value": "normal_review",
                  "compatibility_only": true,
                  "not_a_market_activity_instruction": true
                }
              },
              "agreement_score": 93,
              "compliance_mode": "market_intelligence_only",
              "liability_disclaimer": {
                "no_trade_instruction": true,
                "not_financial_advice": true,
                "market_intelligence_only": true
              },
              "response_schema_version": "2026-06-23.market_intelligence.v1"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "symbol",
                    "features"
                  ],
                  "properties": {
                    "symbol": {
                      "type": "string"
                    },
                    "window": {
                      "type": "string"
                    },
                    "features": {
                      "type": "object"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "symbol": {
                      "type": "string"
                    },
                    "drivers": {
                      "type": "array"
                    },
                    "disclaimer": {
                      "type": "string"
                    },
                    "sample_size": {
                      "type": "number"
                    },
                    "review_label": {
                      "type": "string"
                    },
                    "review_level": {
                      "type": "string"
                    },
                    "anomaly_level": {
                      "type": "string"
                    },
                    "anomaly_score": {
                      "type": "number"
                    },
                    "generated_for": {
                      "type": "string"
                    },
                    "legacy_fields": {
                      "type": "object"
                    },
                    "agreement_score": {
                      "type": "number"
                    },
                    "compliance_mode": {
                      "type": "string"
                    },
                    "liability_disclaimer": {
                      "type": "object"
                    },
                    "response_schema_version": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "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": "0x1304EC1A8945365e43A5c18a734065f107B417cA",
                "amount": "70000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784575261,
                "resourceUrl": "https://x402.coinopai.com/api/anomaly"
              },
              "signature": "0x3e31b320304e57bfdd5d46570366516223499d8ffeaadbbe5303c53f0482af6c34398d8fc4492d0448a64cace07575c9c63f2f9e04493b536e5053d36387158c1b",
              "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
  }
]

OVER TIME

All charts use the 7d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/coinopai-kronos-market-intelligence/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.

UPTIME
08-07 · uptime 100.0% · 155ms avg08-08 · uptime 100.0% · 152ms avg08-09 · uptime 100.0% · 167ms avg08-10 · uptime 100.0% · 142ms avg08-11 · uptime 100.0% · 138ms avg08-12 · uptime 100.0% · 152ms avg08-13 · uptime 100.0% · 177ms avg08-0708-13
7d UPTIME 100%
RESPONSE TIME
08-07 · 155ms avg08-07 · 155ms avg08-08 · 152ms avg08-08 · 152ms avg08-09 · 167ms avg08-09 · 167ms avg08-10 · 142ms avg08-10 · 142ms avg08-11 · 138ms avg08-11 · 138ms avg08-12 · 152ms avg08-12 · 152ms avg08-13 · 177ms avg08-13 · 177ms avg08-0708-13
AVG RESP 133ms
PRICE (captured 402, USD)
08-06 · $0.0508-13 · $0.05$0.0508-0608-13

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance08-0608-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
08-07 · $0.3808-10 · $0.0108-12 · $0.0108-13 · $0.06peak $0.3808-0708-13
DISTINCT BUYERS
08-07 · 2 buyers08-10 · 1 buyer08-12 · 1 buyer08-13 · 2 buyerspeak 2 buyers08-0708-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-20 · last up 2026-08-13

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 147ms
● OK 126ms
● OK 197ms
● OK 165ms
● SLOW 315ms
● OK 180ms
● OK 168ms
● OK 131ms
● SLOW 200ms
● OK 165ms
● OK 184ms
● SLOW 214ms
● OK 189ms
● SLOW 203ms
● SLOW 226ms
● OK 147ms
● OK 184ms
● SLOW 207ms

EMBED THIS BADGE

Show that CoinOpAI Kronos Market Intelligence is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

CoinOpAI Kronos Market Intelligence listed on x402-list
status
CoinOpAI Kronos Market Intelligence uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/coinopai-kronos-market-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/coinopai-kronos-market-intelligence.svg" alt="CoinOpAI Kronos Market Intelligence listed on x402-list" height="28">
</a>
// Markdown
[![CoinOpAI Kronos Market Intelligence on x402-list](https://x402-list.com/badge/coinopai-kronos-market-intelligence.svg)](https://x402-list.com/services/coinopai-kronos-market-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/coinopai-kronos-market-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/coinopai-kronos-market-intelligence.svg?data=uptime" alt="CoinOpAI Kronos Market Intelligence uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/coinopai-kronos-market-intelligence/update.