Get current cryptocurrency price, market cap, and trends via CoinGecko API. Supp...
https://api.strale.io/x402/v2/crypto-priceOverview
Get current cryptocurrency price, market cap, and trends via CoinGecko API. Supports 10,000+ coins. Multiple fiat currencies.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
crypto/prices
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:43
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"coin": {
"description": "Coin name/symbol (bitcoin, eth, sol)",
"required": true,
"type": "string"
},
"vs_currencies": {
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"market_cap_usd": {
"type": "number"
},
"name": {
"type": "string"
},
"price_change_24h_percent": {
"type": "number"
},
"prices": {
"type": "object"
}
}