Live Bitcoin BTC-USD market-regime and risk evidence for autonomous AI agents, algorithmic
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.
10000 (raw units)
price
8
calls / 30d
7
unique payers
2026-09-16
updated
Provider
observer.137-184-67-179.sslip.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xfDe7913aBE6E4A4e3e3134CF050dF9030aE8EF48",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"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"
}
}
}Use it
curl
curl "https://observer.137-184-67-179.sslip.io/paid/evidence-summary.json" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://observer.137-184-67-179.sslip.io/paid/evidence-summary.json");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://observer.137-184-67-179.sslip.io/paid/evidence-summary.json")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3318.json, and this resource appears in /discovery/resources and /discovery/search.