QJ//BOUNDED QUERY · PRODUCTION

Portfolio Liquidity

Estimate compact position liquidity using observed price-volume history.

PRODUCTION/v1/query/portfolio-liquidityOAUTH · agents:query$0.01 · X402/2

CONTRACT

Paid bounded portfolio liquidity

Skill
qj-portfolio-liquidity
Route
/v1/query/portfolio-liquidity
Identity
OAUTH · agents:query
Price
$0.01 · X402/2

GOVERNED METHOD

Exact MCP evidence path

  • data.prices.batchqj-data-mcp
  • data.risk.liquidityqj-data-mcp

No direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.

INVOKE

Call the bounded resource

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"
  ]
}