CONTRACT
Paid bounded security technical state
- Skill
qj-security-technicals- Route
/v1/query/security-technicals- Identity
- OAUTH · agents:query
- Price
- $0.01 · X402/2
QJ//BOUNDED QUERY · OFFLINE
Return latest precomputed technical indicators from an explicit indicator-family allowlist. Use for structured technical state, not a trading signal or live quote.
/v1/query/security-technicalsOAUTH · agents:query$0.01 · X402/2
CONTRACT
qj-security-technicals/v1/query/security-technicalsGOVERNED METHOD
data.metrics.technicalsqj-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
{
"ticker": "NVDA",
"indicators": [
"rsi",
"macd",
"sma"
]
}
ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA
{
"schemaVersion": "qj-agents.security-technicals.v1",
"skillId": "qj-security-technicals",
"priceUsd": "0.01",
"status": "complete | partial",
"query": {
"ticker": "NVDA",
"indicators": [
"rsi",
"macd",
"sma"
]
},
"facts": {
"example": "live fields are returned here"
},
"interpretation": [],
"coverage": [
{
"tool": "data.metrics.technicals",
"status": "ok"
}
],
"toolsUsed": [
"data.metrics.technicals"
],
"asOf": "ISO-8601 source timestamp",
"freshness": {
"status": "fresh | stale | unknown"
},
"lineageRefs": [
"source and materialization references"
]
}