一键导入
coingecko
Query CoinGecko API for prices, market data, trending tokens, and historical charts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query CoinGecko API for prices, market data, trending tokens, and historical charts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.
Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
Create, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
| name | coingecko |
| description | Query CoinGecko API for prices, market data, trending tokens, and historical charts. |
| metadata | {"cryptoclaw":{"emoji":"🦎","always":true}} |
Query cryptocurrency prices, market caps, charts, and trending tokens via the CoinGecko free API.
https://api.coingecko.com/api/v3
No API key required. Rate limit: ~30 calls/minute.
GET /simple/price?ids={ids}&vs_currencies={currencies}&include_24hr_change=true&include_market_cap=true
ids: comma-separated CoinGecko IDs (see ID table below)vs_currencies: usd, btc, eth, bnbExample: /simple/price?ids=bitcoin,ethereum&vs_currencies=usd&include_24hr_change=true
GET /simple/token_price/{platform}?contract_addresses={addresses}&vs_currencies=usd&include_24hr_change=true
Platform IDs:
binance-smart-chain — BSCethereum — Ethereumpolygon-pos — Polygonarbitrum-one — Arbitrumoptimistic-ethereum — Optimismbase — BaseExample: /simple/token_price/binance-smart-chain?contract_addresses=0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82&vs_currencies=usd
GET /coins/markets?vs_currency=usd&order=market_cap_desc&per_page=20&page=1&sparkline=false
Returns top coins with price, market cap, volume, and 24h change.
GET /search/trending
Returns trending coins, NFTs, and categories. No parameters needed.
GET /coins/{id}/market_chart?vs_currency=usd&days={days}
days: 1, 7, 14, 30, 90, 365, max[timestamp, value] for prices, market_caps, total_volumesGET /coins/{id}?localization=false&tickers=false&community_data=false&developer_data=false
Returns full metadata: description, links, contract addresses, market data.
| Token | CoinGecko ID |
|---|---|
| BTC | bitcoin |
| ETH | ethereum |
| BNB | binancecoin |
| SOL | solana |
| USDT | tether |
| USDC | usd-coin |
| XRP | ripple |
| ADA | cardano |
| DOGE | dogecoin |
| AVAX | avalanche-2 |
| DOT | polkadot |
| MATIC | matic-network |
| LINK | chainlink |
| UNI | uniswap |
| CAKE | pancakeswap-token |
| ARB | arbitrum |
| OP | optimism |
| AAVE | aave |
| LDO | lido-dao |
| SHIB | shiba-inu |
For unknown tokens, search: GET /search?query={name}
curl -s to fetch, then parse the JSON responseswap_get_quotemarket-data skill provides high-level workflow guidance; this skill is the concrete API reference