{
  "x402Version": 2,
  "id": 413,
  "slug": "413",
  "resource": "https://kronossignals.com/api/v1/forecast/sol",
  "description": "Real-time and ML-forecasted Solana (SOL) 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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x36038e1d712c5e39f35952164ec58ec2b96caee7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {},
          "queryParams": {
            "horizon": "1h"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "asset": "SOL-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.64,
              "expected_close": 151.2,
              "horizon_bars": 1,
              "n_paths": 60,
              "pred_high": 156,
              "pred_low": 144,
              "pred_volatility": 0.023,
              "prob_up": 0.64,
              "quantiles": {
                "p10": 145,
                "p25": 147.5,
                "p50": 151.2,
                "p75": 153.5,
                "p90": 156
              },
              "range_high": 155.25,
              "range_low": 144.75,
              "up_prob": 0.64
            },
            "generated_at": "2026-01-01T00:00:00.000Z",
            "horizon": "1h",
            "model": "kronos-base-60path-t1-v2",
            "price": {
              "atr": 3.5,
              "close": 150
            },
            "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": [
                  "GET"
                ],
                "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "kronossignals.com",
  "lastUpdated": "2026-09-17T04:49:40.038Z",
  "quality": {
    "calls30d": 20,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T04:49:39.765Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "kronossignals.com",
    "manifest_name": "kronossignals.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}