Query real-time cryptocurrency prices using the official Binance API.
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py
# 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
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py --json
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTC --json
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py --list
Popular coins displayed by default:
https://api.binance.com/api/v3/ticker/price共 1 个版本