CoinGecko - Uniblock
CoinGecko Pricing, Without the Extra Key
Access Coingecko via Uniblock's unified blockchain API. Real-time crypto pricing and market data from CoinGecko. No extra API key, no separate account.
COINGECKO INCLUDED IN UNIFIED ENDPOINTS
GET market/data/trending
Get the price of a cryptocurrencyGET market/data/chart/range
Get blockchain analytics dataGET market/data/price
Get market cap data for a tokenGET market/data/history
Get 24-hour trading volumeGET market/data/24/hour/volume
Get historical price dataGET market/data/price
Get trending coins by market activity
USE CASES
- AIRDROP-CAMPAIGNS
- BLOCKCHAIN-ANALYTICS
- DEFI-PLATFORMS
- MARKETPLACE
Focus on your core product
Stop diverting your engineers to yet another integration and let them get back to work.
Give customer success a break
Manage your simplified integration issues in a single pane. No therapist required.
Stop Losing Sales to Integration Delays
Launch Web3 integrations in days, not quarters. Your sales team will thank you.
COINGECKO API EXAMPLE
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ETH%2CUSDT%2CSOL&provider=CoinGecko', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{ "ETH": { "btc": 0.04079999, "eth": 1, "bnb": 4.457395, "xrp": 4465, "usd": 2649.02, "aud": 3843.08, "cad": 3569.64, "eur": 2370.11, "gbp": 1975.13, "hkd": 20605, "jpy": 383271, "rub": 245341 }, "SOL": { "btc": 0.00239978, "eth": 0.05881851, "bnb": 0.26217582, "xrp": 262.606, "usd": 155.81, "aud": 226.04, "cad": 209.96, "eur": 139.41, "gbp": 116.17, "hkd": 1211.97, "jpy": 22543, "rub": 14430.51 }, "USDT": { "btc": 0.00001539, "eth": 0.00037723, "bnb": 0.00168146, "xrp": 1.684218, "usd": 0.999287, "aud": 1.45, "cad": 1.35, "eur": 0.894076, "gbp": 0.745078, "hkd": 7.77, "jpy": 144.58, "rub": 92.55 } }
About Coingecko
CoinGecko is one of the largest independent cryptocurrency data aggregators, tracking prices, volume, market cap, and metadata for thousands of digital assets across hundreds of exchanges.
Build with a team you can reach
Production-grade multi-chain infrastructure, backed by engineers who understand your workload.