# 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](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)**  
  Get the price of a cryptocurrency

- **[GET market/data/chart/range](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)**  
  Get blockchain analytics data

- **[GET market/data/price](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)**  
  Get market cap data for a token

- **[GET market/data/history](https://docs.uniblock.dev/api-reference/token/get-token-metadata)**  
  Get 24-hour trading volume

- **[GET market/data/24/hour/volume](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)**  
  Get historical price data

- **[GET market/data/price](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)**  
  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
```javascript
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.
