CONTRACT
Paid bounded market regime context
- Skill
qj-market-regime- Route
/v1/query/market-regime- Identity
- OAUTH · agents:query
- Price
- $0.02 · X402/2
QJ//BOUNDED QUERY · OFFLINE
Return the latest compact market-risk context computed by QJ Analytics from governed Warehouse inputs. It is descriptive evidence, not a forecast or allocation instruction.
/v1/query/market-regimeOAUTH · agents:query$0.02 · X402/2
CONTRACT
qj-market-regime/v1/query/market-regimeGOVERNED METHOD
data.market.contextqj-data-mcpNo direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.
INVOKE
Register an OAuth client, request scope agents:query, then call the route with its bearer token. The first unauthorised call returns the exact x402 v2 payment challenge.
REQUEST
{}
ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA
{
"schemaVersion": "qj-agents.market-regime.v1",
"skillId": "qj-market-regime",
"priceUsd": "0.02",
"status": "complete | partial",
"query": {},
"facts": {
"example": "live fields are returned here"
},
"interpretation": [],
"coverage": [
{
"tool": "data.market.context",
"status": "ok"
}
],
"toolsUsed": [
"data.market.context"
],
"asOf": "ISO-8601 source timestamp",
"freshness": {
"status": "fresh | stale | unknown"
},
"lineageRefs": [
"source and materialization references"
]
}