AIR · Airbus SE
Live koers en historische OHLC-bars voor Airbus SE op Euronext Amsterdam. $0,001 USDC per aanroep via x402 — geen API-keys, geen accounts, geen abonnementen.
Realtime via Pyth Hermes
±0.40 EUR betrouwbaarheid · 2025-08-28 09:17:55 UTC
GET https://blockrun.ai/api/v1/stocks/nl/price/AIRGET https://blockrun.ai/api/v1/stocks/nl/history/AIR?resolution=D&from=<unix>&to=<unix>TOEGANG
Drie manieren om AIR op te vragen
Elk voorbeeld hieronder raakt hetzelfde x402-endpoint. Wallet, betaling en retries regelt de door jou gekozen route.
Franklin
The AI agent with a wallet. Ask in plain English — it pays the $0.001 and streams the quote back.
> What's Airbus SE (AIR) 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/nl/price/AIR")MCP Server
One install plugs every BlockRun service — including live quotes — into your AI assistant as callable tools.
$ claude mcp add blockrun \
--transport http \
https://mcp.blockrun.ai/mcpOf direct via HTTP
De 402-respons bevat een volledig bazaar-schema, dus elke x402-compatibele agent kan het endpoint zonder voorkennis ontdekken en aanroepen.
$ curl -i https://blockrun.ai/api/v1/stocks/nl/price/AIR
HTTP/1.1 402 Payment Required
WWW-Authenticate: x402
...
{
"error": "Payment Required",
"endpoint": "/v1/stocks/nl/price/AIR",
"price": { "amount": "0.0010", "currency": "USD" },
"x402": { ...bazaar schema for AIR... }
}OVERIGE TICKERS OP EURONEXT AMSTERDAM