{
  "x402Version": 2,
  "id": 12815,
  "slug": "12815",
  "resource": "https://api.signalfuse.co/v1/regime",
  "description": "Macro regime classification (risk-on/risk-off/neutral)",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf080a1Aab08650946acDa41410a7eDC14f7Be035",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "schema": {
            "additionalProperties": false,
            "description": "No input parameters — call without query params.",
            "properties": {},
            "type": "object"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "classification": "bullish",
            "confidence": 0.82,
            "reasoning": "Strong BTC momentum with positive ETF inflows",
            "regime": "risk_on",
            "updated_at": "2026-04-14T12:00:00+00:00"
          },
          "type": "json"
        }
      },
      "schema": {
        "output": {
          "properties": {
            "classification": {
              "enum": [
                "bullish",
                "bearish",
                "neutral"
              ],
              "type": "string"
            },
            "confidence": {
              "maximum": 1,
              "minimum": 0,
              "type": "number"
            },
            "reasoning": {
              "type": "string"
            },
            "regime": {
              "enum": [
                "risk_on",
                "risk_off",
                "neutral"
              ],
              "type": "string"
            },
            "updated_at": {
              "format": "date-time",
              "type": "string"
            }
          },
          "required": [
            "regime",
            "classification",
            "confidence"
          ]
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.signalfuse.co",
  "lastUpdated": "2026-09-17T04:08:20.883Z",
  "quality": {
    "calls30d": 13,
    "uniquePayers30d": 9,
    "lastCalledAt": "2026-09-17T04:08:20.656Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.signalfuse.co",
    "manifest_name": "api.signalfuse.co",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}