返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Binance Crypto Price

利用币安API查询实时加密货币价格。获取比特币、以太坊及所有上市币种的最新行情,无需API密钥。

person作者: yangzhe1991hubclawhub

CryptoPrice - Cryptocurrency Price Query

Query real-time cryptocurrency prices using the official Binance API.

Quick Start

Query Popular Coin Prices

uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py

Query Specific Coin

# Query Bitcoin
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTCUSDT

# Query Ethereum
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py ETHUSDT

# Shorthand (auto-completes USDT)
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTC

JSON Format Output

uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py --json
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTC --json

List All Trading Pairs

uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py --list

Supported Coins

Popular coins displayed by default:

  • BTC - Bitcoin
  • ETH - Ethereum
  • BNB - Binance Coin
  • SOL - Solana
  • XRP - Ripple
  • DOGE - Dogecoin
  • ADA - Cardano
  • AVAX - Avalanche
  • DOT - Polkadot
  • LINK - Chainlink

API Data Source

  • Binance Spot API: https://api.binance.com/api/v3/ticker/price
  • No API Key required
  • Real-time data with low latency