{
  "x402Version": 2,
  "id": 3318,
  "slug": "3318",
  "resource": "https://observer.137-184-67-179.sslip.io/paid/evidence-summary.json",
  "description": "Live Bitcoin BTC-USD market-regime and risk evidence for autonomous AI agents, algorithmic systems, portfolio monitors, and quantitative workflows. Returns current market state and phase, coherence, commitment, pressure, derived directional bias, alert label, completion readiness, transition strength, false-breakout risk, and recent state-change events. Experimental analytics only; not financial advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xfDe7913aBE6E4A4e3e3134CF050dF9030aE8EF48",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 25
          },
          "type": "http"
        },
        "output": {
          "example": {
            "all_events": 493,
            "calculation_window": {
              "end_at": "2026-07-29T10:50:14Z",
              "rows_used": 120,
              "start_at": "2026-07-28T05:05:14Z"
            },
            "contract_revision": "observer_provenance_v1",
            "current_interpretation": {
              "false_breakout_risk_label": "high_false_breakout_risk",
              "transition_label": "bluechip_no_transition_signal",
              "value_hold_label": "moderate_value_hold_conditions"
            },
            "current_market": {
              "data_quality": "ok",
              "directional_bias_basis": "sign_of_trend_delta",
              "directional_bias_is_derived": true,
              "symbol": "BTC-USD"
            },
            "generated_at": "2026-07-29T10:50:15Z",
            "latest_observation_at": "2026-07-29T10:50:14Z",
            "observation_id": "sha256:example",
            "response_generated_at": "2026-07-29T10:50:15Z",
            "schema_version": "observer_evidence_summary_v2",
            "source": "bluechip_observer_pipeline",
            "source_identity": {
              "product_id": "BTC-USD",
              "provider": "Coinbase",
              "source": "coinbase_public_exchange_api"
            },
            "source_observed_at": "2026-07-29T10:50:14Z",
            "state_change_events": [],
            "summary": {
              "alert_label": "caution_false_breakout_watch",
              "coherence_score": 0.86,
              "commitment_score": 0.44,
              "completion_readiness_score": 0.42,
              "directional_bias": "UP",
              "false_breakout_risk_score": 0.61,
              "market_phase": "TRANSITION",
              "market_state": "CHOP",
              "pressure_score": 0.09,
              "price": 64514.31,
              "symbol": "BTC-USD",
              "transition_strength_score": 0.24
            },
            "valid_for_seconds": 1200,
            "valid_until": "2026-07-29T11:10:14Z",
            "validity": {
              "status": "fresh"
            }
          },
          "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": {
                "additionalProperties": false,
                "description": "Optional query parameters for the Observer evidence-summary product.",
                "properties": {
                  "limit": {
                    "description": "Maximum number of state-change events returned.",
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "description": "Current BTC-USD market-regime, readiness, risk, and state-transition evidence.",
                "properties": {
                  "all_events": {
                    "minimum": 0,
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "calculation_window": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "contract_revision": {
                    "const": "observer_provenance_v1",
                    "type": "string"
                  },
                  "current_interpretation": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "current_market": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "field_availability": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "generated_at": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "latest_observation_at": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "observation_id": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "response_generated_at": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "schema_version": {
                    "const": "observer_evidence_summary_v2",
                    "type": "string"
                  },
                  "source": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "source_identity": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "source_observed_at": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "state_change_events": {
                    "items": {
                      "additionalProperties": true,
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "summary": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "valid_for_seconds": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "valid_until": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "validity": {
                    "additionalProperties": true,
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "observer.137-184-67-179.sslip.io",
  "lastUpdated": "2026-09-16T18:21:10.31Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-16T18:21:09.882Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "observer.137-184-67-179.sslip.io",
    "manifest_name": "observer.137-184-67-179.sslip.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}