새로움Bitcompare Yield API와 MCP가 개발자와 AI 에이전트에게 실시간 암호화폐 수익률 데이터에 대한 접근을 제공합니다.

Yield Copilot

암호화폐 수익률에 대해 실시간으로 질문하세요.

Bitcompare Yield Copilot은 MCP 호환 도구와 동일한 수익률 데이터셋을 노출하므로, Claude, ChatGPT 및 모든 MCP 인식 AI 호스트가 에이전트 워크플로우 내에서 벤치마크, 요율 및 요율 변화를 쿼리할 수 있습니다.

시도해보기

예시 프롬프트.

Bitcompare MCP 서버가 연결되면 이 프롬프트들을 MCP 호환 AI 호스트에 입력하세요. Copilot은 실시간 수익률 데이터로 이를 처리하며, 모델 환각이 발생하지 않습니다.

  • 프롬프트

    현재 최고의 USDC 수익률은 무엇인가요?

  • 프롬프트

    CeFi와 DeFi의 ETH 스테이킹 수익률을 비교해주세요.

  • 프롬프트

    이번 주에 변동된 BTC 수익 상품은 어떤 것들이 있나요?

  • 프롬프트

    최근 업데이트를 포함한 스테이블코인 수익률을 보여주세요.

  • 프롬프트

    퍼블리셔 페이지용 수익률 테이블을 생성해주세요.

도구 카탈로그

사용 가능한 MCP 도구.

아래의 모든 도구는 MCP 호환 호출 가능입니다. 호스트는 Bitcompare MCP 서버를 통해 자동으로 이를 발견합니다.

Live

18 tools, one API key

All tools are read-only, structured JSON, and streamed through the same plan limits you already use for REST.

Rates

get_rates

Get current rates

List current rates across providers, optionally filtered by symbol, category, or provider. Use this to answer "what is the best yield on BTC right now?" style questions.

GET /api/v1/rates
Rates

get_rate_by_symbol

Get rates for a single symbol

Fetch all provider rates for a specific coin symbol. Optionally filter by category.

GET /api/v1/rates/eth
Rates

get_rate_history

Historical rates

Historical rate timeseries for a symbol. Pro plans get up to 5 years; lower plans are clamped server-side.

GET /api/v1/rates/btc/history
Rates

list_providers

List rate providers

All rate providers, optionally filtered by product category.

GET /api/v1/providers
Coins

get_coin

Get coin metadata

Full metadata for a coin: description, links, categories, market data, developer stats.

GET /api/v1/coins/bitcoin
Coins

list_coins

List coins

Paginated list of coins with optional name/symbol search.

GET /api/v1/coins
Coins

top_coins

Top coins by market cap

Top N coins ordered by market capitalisation.

GET /api/v1/coins/top
Coins

similar_coins

Similar coins

Coins related to the given coin by category/sector similarity.

GET /api/v1/coins/bitcoin/similar
Coins

coin_markets

Markets trading a coin

Exchanges and trading pairs for a coin, with prices and volumes.

GET /api/v1/coins/ethereum/markets
Coins

coin_history

Historical coin price chart

Historical price timeseries for a coin symbol.

GET /api/v1/coins/history/btc
Prices

get_price

Aggregated exchange price

Current aggregated price for one or more symbols, computed from multiple exchange feeds.

GET /api/v1/prices
Market

market_summary

Global market summary

One-call summary of total market cap, 24h volume, BTC/ETH dominance, and recent trend.

GET /api/v1/global-stats/summary
Market

fear_greed_index

Fear & Greed index

Current Fear & Greed index value and historical trend.

GET /api/v1/global-stats/fear-greed
Market

top_movers

Top gainers/losers

Biggest 24h gainers and losers within a rank segment.

GET /api/v1/global-stats/movers
Stablecoins

stablecoin_index

Stablecoin stability leaderboard

Ranked stablecoin leaderboard with stability scores, peg deviation, and market cap.

GET /api/v1/stablecoins/index
Stablecoins

stablecoin_peg_stability

Stablecoin peg stability

Peg deviation history and stability stats for a stablecoin.

GET /api/v1/stablecoins/usdc/peg-stability
Symbols

resolve_symbol

Resolve symbol to canonical coin

Map an exchange-specific or ambiguous symbol to bitcompare's canonical coin id. Useful when an exchange uses a non-standard ticker.

GET /api/v1/symbols/resolve
Symbols

resolve_symbols_batch

Batch resolve symbols

Resolve up to 100 symbols in a single request. Requires a plan with bulk endpoints enabled.

POST /api/v1/symbols/resolve/batch

Bitcompare MCP 서버에 연결하세요.

개인 사용은 무료입니다. Pro 플랜으로 프로덕션 에이전트를 위한 더 높은 요청 한도를 해제하세요.