> ## Documentation Index
> Fetch the complete documentation index at: https://daehan-base.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CoinGecko 가격 데이터 스킬

> x402를 통해 실시간 암호화폐 가격 피드, 시가 총액, OHLCV 데이터를 가져오는 스킬 — API 키 불필요

CoinGecko는 x402 지원 엔드포인트를 통해 암호화폐 가격 피드, 시가 총액 데이터, 역사적 OHLCV를 제공합니다. 에이전트가 USDC로 호출별 결제를 처리합니다 — API 키도, 구독도, 속도 제한 티어도 없습니다.

## 설치

기존 지갑 스킬을 통해 CoinGecko 데이터에 접근합니다:

* **CDP Agentic Wallet** — `pay-for-service` 스킬 사용 (`npx skills add coinbase/agentic-wallet-skills`)
* **Sponge Wallet** — 내장 x402 프록시 사용 (추가 설치 불필요)
* **Bankr** — 직접 프롬프트하면 Bankr이 검색과 결제를 처리

## 스킬이 포함하는 기능

| 데이터           | 설명                         |
| ------------- | -------------------------- |
| **가격 피드**     | USD 또는 기타 통화로 모든 자산의 현재 가격 |
| **시장 데이터**    | 시가 총액, 거래량, 유통 공급량         |
| **역사적 OHLCV** | 모든 시간 범위의 시가/고가/저가/종가/거래량  |

## 예시 프롬프트

```text theme={null}
Get the current ETH price from CoinGecko
```

```text theme={null}
Get current prices for ETH, BTC, and SOL
```

```text theme={null}
Fetch the 7-day OHLCV for Bitcoin from CoinGecko
```

```text theme={null}
What's the market cap of Ethereum?
```

## 레퍼런스

* [pay-for-service 스킬 →](https://docs.cdp.coinbase.com/agentic-wallet/skills/pay-for-service)
* [CoinGecko API 문서 →](https://docs.coingecko.com)
