Binance Crypto Price
/install binance-crypto-price
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install binance-crypto-price - After installation, invoke the skill by name or use
/binance-crypto-price - Provide required inputs per the skill's parameter spec and get structured output
What is Binance Crypto Price?
Query real-time cryptocurrency prices using the Binance API. Get latest prices for Bitcoin, Ethereum, and all BN listed cryptocurrencies. No API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 589 downloads so far.
How do I install Binance Crypto Price?
Run "/install binance-crypto-price" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Binance Crypto Price free?
Yes, Binance Crypto Price is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Binance Crypto Price support?
Binance Crypto Price is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Binance Crypto Price?
It is built and maintained by Zhe (Phil) Yang (@yangzhe1991); the current version is v1.0.3.