NIDU6 · Pyth Price In Usd For Nikkei Usd Futures 10 September 2026
Live quote and historical OHLC bars for Pyth Price In Usd For Nikkei Usd Futures 10 September 2026 on NYSE · Nasdaq · AMEX. Pay $0.002 USDC per call via x402 — no API keys, no accounts, no subscriptions.
Realtime via Pyth Hermes
Live quote unavailable right now — try the endpoint directly.
GET https://blockrun.ai/api/v1/stocks/us/price/NIDU6GET https://blockrun.ai/api/v1/stocks/us/history/NIDU6?resolution=D&from=<unix>&to=<unix> HOW TO ACCESS
Three ways to pull NIDU6
Every example below hits the same x402-gated endpoint. Wallet, payment, and retries are handled by whichever surface you pick.
Franklin Agent
The AI agent with a wallet. Ask in plain English — it pays the $0.002 and streams the quote back.
> What's Pyth Price In Usd For Nikkei Usd Futures 10 September 2026 (NIDU6) trading at? → live quote · conf ±0.4 · 12s ago
ClawRouter
Drop into Python or TypeScript. The SDK signs x402 headers, pays in USDC, retries on failure — you just call the endpoint.
$ pip install blockrun-llm
>>> from blockrun_llm import Client
>>> c = Client() # auto-loads wallet
>>> c.get("/v1/stocks/us/price/NIDU6")BlockRun MCP
One install plugs every BlockRun service — including live quotes — into your AI assistant as callable tools.
$ claude mcp add blockrun -s user -- \
npx -y @blockrun/mcp@latestOr go raw HTTP
The 402 response below carries a full bazaar schema, so any x402-compatible agent can discover and call it with no prior knowledge.
$ curl -i https://blockrun.ai/api/v1/stocks/us/price/NIDU6
HTTP/1.1 402 Payment Required
WWW-Authenticate: x402
...
{
"error": "Payment Required",
"endpoint": "/v1/stocks/us/price/NIDU6",
"price": { "amount": "0.0020", "currency": "USD" },
"x402": { ...bazaar schema for NIDU6... }
}OTHER TICKERS ON NYSE · NASDAQ · AMEX