Back to Services
Basic Trustrest
CoinGecko — Crypto Prices
Fetch real-time cryptocurrency prices, market cap, 24h volume, and price change percentage for thousands of tokens.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
cryptopricemarket-datafinance
Quick Integration
Call this service through the Agent Clear proxy
// Call CoinGecko — Crypto Prices through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/36fcc61f-738c-46b2-baf9-72e361d34b13',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"ids",
"vs_currencies"
],
"properties": {
"ids": {
"type": "string",
"description": "Comma-separated coin IDs"
},
"vs_currencies": {
"type": "string",
"description": "Comma-separated target currencies"
},
"include_market_cap": {
"type": "boolean"
},
"include_24hr_change": {
"type": "boolean"
}
}
}Output Schema
{
"type": "object",
"additionalProperties": {
"type": "object"
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026