CONTRACT
Paid bounded portfolio liquidity
- Skill
qj-portfolio-liquidity- Route
/v1/query/portfolio-liquidity- Identity
- OAUTH · agents:query
- Price
- $0.01 · X402/2
QJ//BOUNDED QUERY · PRODUCTION
Estimate compact position liquidity using observed price-volume history.
/v1/query/portfolio-liquidityOAUTH · agents:query$0.01 · X402/2
CONTRACT
qj-portfolio-liquidity/v1/query/portfolio-liquidityGOVERNED METHOD
data.prices.batchqj-data-mcpdata.risk.liquidityqj-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"
}
ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA
{
"schemaVersion": "qj-agents.portfolio-liquidity.v1",
"skillId": "qj-portfolio-liquidity",
"priceUsd": "0.01",
"status": "complete | partial",
"facts": {
"example": "live fields are returned here"
},
"interpretation": [
"bounded research interpretation"
],
"coverage": [
{
"tool": "data.prices.batch",
"status": "available | missing"
}
],
"toolsUsed": [
"data.prices.batch",
"data.risk.liquidity"
],
"asOf": "ISO-8601 source timestamp",
"freshness": {
"status": "fresh | stale | unknown"
},
"lineageRefs": [
"source and materialization references"
]
}