{
  "x402Version": 2,
  "id": 5243,
  "slug": "5243",
  "resource": "https://signals.nsgoods.org/regime/changed",
  "description": "Market-regime state (RISK_ON / RISK_OFF) from a provable chain, plus whether it changed since the regime you last saw. Cheap poll endpoint for AI agents to react to regime flips (USDC on Base).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc87a06DEE4c0E85912296002617120BBfd5EF990",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "since": "RISK_ON"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "changed": true,
            "coin": "BNB",
            "current_regime": "RISK_OFF",
            "generated_at": "2026-06-13T20:00:00+00:00",
            "seq": 444,
            "since": "RISK_ON",
            "ts_utc": "2026-06-12T19:00:02+00:00"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "since": {
                    "description": "Regime you last saw (e.g. RISK_ON); response says if it changed.",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "changed": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "coin": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "current_regime": {
                    "type": "string"
                  },
                  "generated_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "seq": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "since": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "ts_utc": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "current_regime",
                  "generated_at"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "signals.nsgoods.org",
  "lastUpdated": "2026-08-30T15:45:39Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-08-30T15:45:38.842Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "signals.nsgoods.org",
    "manifest_name": "signals.nsgoods.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}