QJ//BOUNDED QUERY · PRODUCTION

Overnight Rates Latest

Return the latest bounded SOFR, EFFR and related official reference-rate observations.

PRODUCTION/v1/query/overnight-rates-latestOAUTH · agents:query$0.01 · X402/2

CONTRACT

Paid latest New York Fed reference rates

Skill
qj-overnight-rates-latest
Route
/v1/query/overnight-rates-latest
Identity
OAUTH · agents:query
Price
$0.01 · X402/2

GOVERNED METHOD

Exact MCP evidence path

  • api.nyfed.get_latest_reference_ratesqj-api-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.overnight-rates-latest.v1",
  "skillId": "qj-overnight-rates-latest",
  "priceUsd": "0.01",
  "status": "complete | partial",
  "facts": {
    "example": "live fields are returned here"
  },
  "interpretation": [
    "bounded research interpretation"
  ],
  "coverage": [
    {
      "tool": "api.nyfed.get_latest_reference_rates",
      "status": "available | missing"
    }
  ],
  "toolsUsed": [
    "api.nyfed.get_latest_reference_rates"
  ],
  "asOf": "ISO-8601 source timestamp",
  "freshness": {
    "status": "fresh | stale | unknown"
  },
  "lineageRefs": [
    "source and materialization references"
  ]
}