/install coinglass-api-skills
CoinGlass API Skill
This is the root entry point for all CoinGlass API skills. It provides access to comprehensive crypto market data including futures, ETF flows, options, spot markets, on-chain data, indicators, and account information.
When a user request matches a sub-skill, read the corresponding API.md for that sub-skill and follow its instructions.
Routing Table
Based on the user's intent, route to the appropriate sub-skill:
Futures
| User Intent | Sub-skill Path |
|---|---|
| Funding rate, funding history | futures/funding-rate/API.md |
| Liquidation, liquidation heatmap | futures/liquidation/API.md |
| Long/short ratio | futures/long-short-ratio/API.md |
| Open interest, OI history | futures/open-interest/API.md |
| Order book (L2), futures order book | futures/order-book-l2/API.md |
| Taker buy/sell volume (futures) | futures/taker-buy-sell/API.md |
| Futures trading market, market overview | futures/trading-market/API.md |
| Hyperliquid positions | futures/hyperliquid-positions/API.md |
ETF
| User Intent | Sub-skill Path |
|---|---|
| Bitcoin ETF, BTC ETF flows | etf/bitcoin-etf/API.md |
| Ethereum ETF, ETH ETF flows | etf/ethereum-etf/API.md |
| Solana ETF, SOL ETF flows | etf/solana-etf/API.md |
| XRP ETF flows | etf/xrp-etf/API.md |
| Grayscale, GBTC, ETHE | etf/grayscale/API.md |
Spots
| User Intent | Sub-skill Path |
|---|---|
| Spot order book | spots/order-book/API.md |
| Spot taker buy/sell volume | spots/taker-buy-sell/API.md |
| Spot trading market, spot market overview | spots/trading-market/API.md |
Options
| User Intent | Sub-skill Path |
|---|---|
| Options, put/call ratio, options flow, max pain | options/API.md |
On-Chain
| User Intent | Sub-skill Path |
|---|---|
| Exchange inflow/outflow, exchange reserve | on-chain/exchange-data/API.md |
| Token on-chain data, holder distribution | on-chain/token/API.md |
| On-chain transactions, whale transactions | on-chain/transactions/API.md |
Indicators
| User Intent | Sub-skill Path |
|---|---|
| Futures indicators | indic/futures/API.md |
| Spot indicators | indic/spots/API.md |
| Other indicators, fear & greed, market sentiment | indic/other/API.md |
Other
| User Intent | Sub-skill Path |
|---|---|
| Financial calendar, economic events, FOMC | other/financial-calendar/API.md |
| Crypto news | other/news/API.md |
Account
| User Intent | Sub-skill Path |
|---|---|
| API account info, plan details, usage | account/API.md |
Rate Limits
Rate Limits HOBBYIST: 30 Rate limit/min STARTUP: 80 Rate limit/min STANDARD: 300 Rate limit/min PROFESSIONAL: 1200 Rate limit/min
Response Headers API-KEY-MAX-LIMIT: Indicates the maximum allowed request limit for your API key (per minute). API-KEY-USE-LIMIT: Shows the current usage count of your API key (requests made in the current time period).
Error Codes
For detailed information on error codes, please refer to Errors.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coinglass-api-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/coinglass-api-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CoinGlass API SKILL 是什么?
CoinGlass API skill. Routes to the appropriate sub-skill based on user intent. Covers futures, ETF, options, spots, on-chain, indicators, account, and other... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 CoinGlass API SKILL?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coinglass-api-skills」即可一键安装,无需额外配置。
CoinGlass API SKILL 是免费的吗?
是的,CoinGlass API SKILL 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CoinGlass API SKILL 支持哪些平台?
CoinGlass API SKILL 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CoinGlass API SKILL?
由 CoinGlass(@coinglass-official)开发并维护,当前版本 v1.1.0。