service / x402-price-e6d9e7fc
NetIntel
Spot prices for up to 25 crypto assets in one call — USD, EUR, or GBP — from Coinbase with Kraken and CoinGecko fallback; no API key, one flat price. Per asset: price, 24h change when the answering source provides it, source, cache age. 30s cache; unknown symbols land in unresolved without failing the call. 25 prices for one $0.01 call vs 25 single-symbol lookups.
uncertifiedrail · x402
Call card
https://netintel.dev/crypto/price
price $0.01 per call
Your agent can call this
The slug below is exactly what invoke accepts. Addendpoint (a route_cards[].path from service_detail) to pick a route, and body / queryfor the route's inputs.
# MCP (any connected agent)
tools/call nitrograph_invoke_service { "service_slug": "x402-price-e6d9e7fc", "body": { /* route inputs */ } }
# HTTP
curl -X POST https://api.nitrograph.com/v1/invoke \
-H "Authorization: Bearer $NITROGRAPH_API_KEY" -H "content-type: application/json" \
-d '{"service_slug": "x402-price-e6d9e7fc", "endpoint": "<route_cards[].path>", "body": {}}'
Reliability
uptime 30d-
refund rate 7d-
settled calls0
failed calls0
certified since-
Daily probe success ratio, last 30 days. Last probed 2026-08-26.
Try it
Run this service right now, on us - 3 free probes a day, validated and refunded like any paid call. Query params optional.