mirrored listing x402 eip155:8453

Real-time and ML-forecasted Bitcoin (BTC) price

Real-time and ML-forecasted Bitcoin (BTC) price. Kronos deep-learning model: up-probability, expected close, price range, p10-p90 quantiles, forward volatility across 1h/4h/24h horizons. Crypto price prediction / price forecast API for AI agents and trading bots. Pay-per-call via x402 on Base USDC. Live track record at /api/stats: ~54% directional hit, ~70% in-range over 15k+ scored forecasts — measured on served predictions, not a backtest.

Do you run kronossignals.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-18
updated

Provider

kronossignals.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x36038e1d712c5e39f35952164ec58ec2b96caee7",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "POST",
        "pathParams": {},
        "queryParams": {
          "horizon": "1h"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "asset": "BTC-USD",
          "cache_age_seconds": 180,
          "cached": true,
          "disclaimer": "Kronos-base ML forecast (60-path Monte-Carlo), cached; regenerated every ~20 min. Informational only, not financial advice.",
          "forecast": {
            "confidence": 0.67,
            "expected_close": 107620.5,
            "horizon_bars": 1,
            "n_paths": 60,
            "pred_high": 108500,
            "pred_low": 106100,
            "pred_volatility": 0.0079,
            "prob_up": 0.67,
            "quantiles": {
              "p10": 106300,
              "p25": 107000,
              "p50": 107620,
              "p75": 108200,
              "p90": 108700
            },
            "range_high": 108700,
            "range_low": 106300,
            "up_prob": 0.67
          },
          "generated_at": "2026-01-01T00:00:00.000Z",
          "horizon": "1h",
          "model": "kronos-base-60path-t1-v2",
          "price": {
            "atr": 800,
            "close": 107500
          },
          "source": "Kronos-base (cached, 60-path MC)"
        },
        "example_kind": "illustrative_schema_only",
        "example_note": "Placeholder values and timestamps, not market data.",
        "type": "json"
      }
    },
    "routeTemplate": ":var1",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "pathParams": {
              "type": "object"
            },
            "queryParams": {
              "properties": {
                "horizon": {
                  "default": "1h",
                  "description": "Forecast horizon: 1h = 1-hour candles, 4h = 4-hour candles, 24h = daily candles",
                  "enum": [
                    "1h",
                    "4h",
                    "24h"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://kronossignals.com/api/v1/forecast/btc"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://kronossignals.com/api/v1/forecast/btc");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://kronossignals.com/api/v1/forecast/btc")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/411.json, and this resource appears in /discovery/resources and /discovery/search.