返回顶部
b

binance-exchange

Query Binance spot exchange data: real-time prices, 24h change, K-line charts, and market data. Use when users want to check crypto prices, trading volume, or market trends on Binance. Requires proxy (http://127.0.0.1:1082).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
102
下载量
0
收藏
概述
安装方式
版本历史

binance-exchange

# Binance Exchange Skill Query Binance spot exchange data via API. Requires proxy for network access. ## Prerequisites **Proxy Configuration:** ```bash # Uses system proxy export HTTP_PROXY="http://127.0.0.1:1082" export HTTPS_PROXY="http://127.0.0.1:1082" ``` **Note:** Binance API may be restricted in certain regions. Use a proxy node in allowed regions (HK/SG/JP/UK/DE). ## API Endpoints | Endpoint | Use Case | |----------|----------| | `/api/v3/ticker/price` | Real-time prices | | `/api/v3/ticker/24hr` | 24h statistics | | `/api/v3/klines` | K-line/candlestick data | | `/api/v3/exchangeInfo` | Trading rules & symbols | ## Scripts ### 1. Price Query ```bash # Single symbol ./scripts/price.sh BTCUSDT # Multiple symbols ./scripts/price.sh BTCUSDT ETHUSDT BNBUSDT ``` ### 2. 24h Change (via K-lines) ```bash # Single symbol ./scripts/change.sh BTCUSDT # Top gainers (requires custom processing) ./scripts/gainers.sh ``` ### 3. K-Line Data ```bash # BTC 1hour K-line (100 candles) ./scripts/kline.sh BTCUSDT 1h 100 # ETH 4hour K-line ./scripts/kline.sh ETHUSDT 4h 50 ``` ### 4. Token Info (New!) ```bash # Get basic price ./scripts/token-info.sh BTCUSDT # Get 24h statistics ./scripts/token-info.sh BTCUSDT stats ``` **Returns:** - Symbol, price, 24h change, change %, 24h high/low, volume, quote volume ### 5. Search Symbols ```bash # Search USDT pairs ./scripts/search.sh USDT ``` ## Quick Reference | Data | Command | |------|---------| | BTC price | `./scripts/price.sh BTCUSDT` | | 24h stats | `./scripts/token-info.sh BTCUSDT stats` | | K-line | `./scripts/kline.sh BTCUSDT 1h 100` | ## Rate Limits - 1200 requests/minute (public endpoints) - Use caching for frequent queries

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 binance-exchange-1776119881 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 binance-exchange-1776119881 技能

通过命令行安装

skillhub install binance-exchange-1776119881

下载 Zip 包

⬇ 下载 binance-exchange v1.0.0

文件大小: 4.52 KB | 发布时间: 2026-4-14 10:38

v1.0.0 最新 2026-4-14 10:38
- Initial release of the Binance Exchange skill.
- Query real-time spot prices, 24-hour changes, K-line charts, and market info from Binance via API.
- Includes scripts for price, K-line data, token info, and symbol search.
- Requires HTTP proxy setup (http://127.0.0.1:1082) for network access.
- Provides API usage instructions, example commands, and rate limit notes.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部