{
  "x402Version": 2,
  "id": 7862,
  "slug": "7862",
  "resource": "https://vendsdk.com/api/v/kronos-forecast",
  "description": "Research OHLCV candle forecast via Kronos-mini (financial K-line foundation model). Not financial advice. Symbols BTCUSDT/ETHUSDT",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc648116b5deBE4AF7D78838AA468d07e0A9Ab697",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {},
          "queryParams": {
            "interval": "1h",
            "lookback": "64",
            "pred_len": "6",
            "symbol": "BTCUSDT"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "disclaimer": "Research forecast only. Not financial advice.",
            "forecast": [
              {
                "close": 1,
                "high": 1,
                "low": 1,
                "open": 1,
                "t": "2026-07-10T12:00:00Z",
                "volume": 0
              }
            ],
            "interval": "1h",
            "model_id": "NeoQuasar/Kronos-mini",
            "ok": true,
            "service": "kronos-forecast",
            "summary": {
              "direction": "up",
              "pct_change": 0
            },
            "symbol": "BTCUSDT"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/v/kronos-forecast",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "interval": {
                    "description": "15m | 1h (default) | 4h",
                    "type": "string"
                  },
                  "lookback": {
                    "description": "History bars 16–256, default 64 (faster)",
                    "type": "string"
                  },
                  "model": {
                    "description": "mini only in v1",
                    "type": "string"
                  },
                  "pred_len": {
                    "description": "Forecast bars 1–24, default 6 (faster)",
                    "type": "string"
                  },
                  "symbol": {
                    "description": "BTCUSDT (default) or ETHUSDT",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "disclaimer": {
                    "type": "string"
                  },
                  "forecast": {
                    "type": "array"
                  },
                  "interval": {
                    "type": "string"
                  },
                  "model_id": {
                    "type": "string"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "service": {
                    "type": "string"
                  },
                  "summary": {
                    "type": "object"
                  },
                  "symbol": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "vendsdk.com",
  "lastUpdated": "2026-09-16T21:20:56.122Z",
  "quality": {
    "calls30d": 11,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-16T21:20:55.894Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "vendsdk.com",
    "manifest_name": "vendsdk.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"
  }
}