← Back to Skills Marketplace
zhaocaixia888

Crypto Market Quotes

by zhaocaixia888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-market-quotes
Description
Query real-time cryptocurrency prices, market data, and trends across major exchanges (Binance, Coinbase, Kraken). Supports BTC, ETH, and major altcoins with...
README (SKILL.md)

Crypto Market Quotes — 加密货币实时行情

Real-time cryptocurrency prices and market data from public APIs. No API key required for basic queries. Supports multiple exchanges and data sources.

Supported Data Sources

Source Type API Key? Endpoint
Binance Spot Ticker No api.binance.com
CoinGecko Market Data No api.coingecko.com
Kraken Ticker No api.kraken.com

Quick Start

Single coin price (Binance)

curl -s "https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT"

Key response fields:

  • lastPrice — current price
  • priceChangePercent — 24h change %
  • volume — 24h volume (base asset)
  • quoteVolume — 24h volume (quote asset)
  • highPrice — 24h high
  • lowPrice — 24h low
  • count — number of trades

Multiple coins

curl -s "https://api.binance.com/api/v3/ticker/24hr?symbols=[\"BTCUSDT\",\"ETHUSDT\",\"SOLUSDT\"]"

Top coins by market cap (CoinGecko, no key needed)

curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=20&page=1&sparkline=false"

Features: includes market_cap, total_volume, circulating_supply, ath (all-time high), ath_change_percentage, atl, image (icon URL)

Kraken ticker

curl -s "https://api.kraken.com/0/public/Ticker?pair=XBTUSD"

Supported Coins (Binance)

Coin Symbol Common Pair
Bitcoin BTC BTCUSDT
Ethereum ETH ETHUSDT
Solana SOL SOLUSDT
XRP XRP XRPUSDT
Cardano ADA ADAUSDT
Dogecoin DOGE DOGEUSDT
Avalanche AVAX AVAXUSDT
Chainlink LINK LINKUSDT
Polkadot DOT DOTUSDT
Sui SUI SUIUSDT

Error Handling

Binance rate limiting

# Binance allows 1200 requests per minute. On 429:
# Wait 60 seconds before retrying
sleep 60 && curl -s "https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT"

CoinGecko rate limiting

# Without API key: 30 calls/min, 50 calls/min with demo key
# On 429: wait and retry

Format Output

Single coin

₿ BTC/USDT 实时行情
价格: $XX,XXX.XX
24h涨跌: +X.XX% 🟢
24h高: $XX,XXX.XX
24h低: $XX,XXX.XX
24h成交量: XXX BTC ($XXX.XXM)
交易次数: XXX

Top coins table

📊 Top 10 加密货币
币种     价格        24h       市值        7日
BTC     $XX,XXX    +X.XX% 🟢  $X.XXT    +X.XX%
ETH     $X,XXX     -X.XX% 🔴  $X.XXB    -X.XX%
SOL     $XXX       +X.XX% 🟢  $XX.XB    +X.XX%
...

Market overview

📈 加密货币市场概况 (2026-05-22)

总市值: $X.XXT   24h成交量: $XXB
BTC支配率: XX.X%  恐惧贪婪指数: XX (贪婪)

🏆 涨幅榜
1. SOL  +8.5% 🟢   $XXX.XX
2. SUI  +5.2% 🟢   $X.XX
3. DOGE +3.1% 🟢   $0.XXX

📉 跌幅榜
1. XRP  -2.3% 🔴   $X.XX
2. ADA  -1.8% 🔴   $X.XX

Use Cases

  • Pre-trade price check across exchanges
  • Portfolio tracking (fetch multiple tickers)
  • Market sentiment analysis (gainers/losers)
  • Alert threshold monitoring

Notes

  • Binance public API does NOT require authentication for ticker endpoints — fastest and most reliable
  • CoinGecko API has rate limits (~30 calls/min without key)
  • Prices are in USD (USDT pairs) unless specified
  • For production monitoring, consider Binance WebSocket streams for real-time updates
Usage Guidance
This skill appears safe to install for checking public crypto prices, but users should remember that it fetches live data from third-party APIs and should not treat formatted market output as financial advice or connect it to trading actions without separate review.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is real-time cryptocurrency quotes and the artifact content matches that purpose with public Binance, CoinGecko, and Kraken API examples. The description mentions Coinbase, but no Coinbase-specific behavior is implemented or requested.
Instruction Scope
Runtime instructions are limited to user-directed curl requests for ticker and market data formatting; there are no hidden directives, trading actions, credential use, file access, or prompt-control behavior.
Install Mechanism
The package contains only SKILL.md, declares curl as the sole required binary, and has no executable scripts, package dependencies, installers, or background setup.
Credentials
Network access to public market-data APIs is expected and proportionate for the skill's purpose. No local file indexing, private data access, or account mutation is requested.
Persistence & Privilege
No persistence, scheduled execution, privilege escalation, credential storage, session reuse, or long-running worker behavior is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-market-quotes
  3. After installation, invoke the skill by name or use /crypto-market-quotes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug crypto-market-quotes
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Market Quotes?

Query real-time cryptocurrency prices, market data, and trends across major exchanges (Binance, Coinbase, Kraken). Supports BTC, ETH, and major altcoins with... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install Crypto Market Quotes?

Run "/install crypto-market-quotes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Market Quotes free?

Yes, Crypto Market Quotes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Market Quotes support?

Crypto Market Quotes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Market Quotes?

It is built and maintained by zhaocaixia888 (@zhaocaixia888); the current version is v1.0.0.

💬 Comments