ENGI · Engie
Cours en direct et historique OHLC pour Engie sur Euronext Paris. 0,001 USDC par appel via x402 — sans clé d'API, sans compte, sans abonnement.
Temps réel via Pyth Hermes
±0.03 EUR confiance · 2025-08-28 09:16:40 UTC
GET https://blockrun.ai/api/v1/stocks/fr/price/ENGIGET https://blockrun.ai/api/v1/stocks/fr/history/ENGI?resolution=D&from=<unix>&to=<unix>COMMENT Y ACCÉDER
Trois façons d'obtenir le cours ENGI
Chaque exemple ci-dessous frappe le même endpoint x402. Portefeuille, paiement et retries sont gérés par l'interface que vous choisissez.
Franklin
The AI agent with a wallet. Ask in plain English — it pays the $0.001 and streams the quote back.
> What's Engie (ENGI) 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/fr/price/ENGI")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/mcpOu en HTTP brut
La réponse 402 ci-dessous embarque un schéma bazaar complet — tout agent compatible x402 peut découvrir et appeler l'endpoint sans connaissance préalable.
$ curl -i https://blockrun.ai/api/v1/stocks/fr/price/ENGI
HTTP/1.1 402 Payment Required
WWW-Authenticate: x402
...
{
"error": "Payment Required",
"endpoint": "/v1/stocks/fr/price/ENGI",
"price": { "amount": "0.0010", "currency": "USD" },
"x402": { ...bazaar schema for ENGI... }
}AUTRES VALEURS SUR EURONEXT PARIS