Crypto prices for up to 25 coins in one call — live cryptocurrency spot prices f
Crypto prices for up to 25 coins in one call — live cryptocurrency spot prices for BTC, ETH, SOL and more in USD, EUR, or GBP from Coinbase with Kraken and CoinGecko fallback; no API key, one flat price. Per asset: price, 24h change when the source provides it, source, cache age. 30s cache; unknown symbols land in unresolved without failing the call. 25 prices for one $0.005 call vs 25 single-symbol lookups.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
935 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://netintel.dev/crypto/price
| Category | Market data |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 935 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"symbols": "BTC,ETH"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"symbols": {
"description": "Comma list of 1\u201325 tickers or full names (\"BTC,ETH\" or \"bitcoin\"); a leading $ is fine. Aliases: symbol, coins, coin, tickers, ticker, assets",
"type": "string"
},
"vs": {
"description": "Quote currency: USD (default), EUR or GBP. Aliases: currency, fiat, vs_currency",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"findings": {
"type": "array"
},
"prices": {
"items": {
"properties": {
"cache_age_seconds": {
"type": "number"
},
"change_24h_pct": {
"type": [
"number",
"null"
]
},
"name": {
"type": "string"
},
"price": {
"type": "number"
},
"source": {
"description": "coinbase | coingecko | kraken",
"type": "string"
},
"symbol": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"stale": {
"type": "boolean"
},
"unresolved": {
"items": {
"type": "string"
},
"type": "array"
},
"vs": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}