CoinGlass API SKILL

Integrations

CoinGlass API skill. Routes to the appropriate sub-skill based on user intent. Covers futures, ETF, options, spots, on-chain, indicators, account, and other market data.

Install

openclaw skills install @coinglass-official/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 IntentSub-skill Path
Funding rate, funding historyfutures/funding-rate/API.md
Liquidation, liquidation heatmapfutures/liquidation/API.md
Long/short ratiofutures/long-short-ratio/API.md
Open interest, OI historyfutures/open-interest/API.md
Order book (L2), futures order bookfutures/order-book-l2/API.md
Taker buy/sell volume (futures)futures/taker-buy-sell/API.md
Futures trading market, market overviewfutures/trading-market/API.md
Hyperliquid positionsfutures/hyperliquid-positions/API.md

ETF

User IntentSub-skill Path
Bitcoin ETF, BTC ETF flowsetf/bitcoin-etf/API.md
Ethereum ETF, ETH ETF flowsetf/ethereum-etf/API.md
Solana ETF, SOL ETF flowsetf/solana-etf/API.md
XRP ETF flowsetf/xrp-etf/API.md
Grayscale, GBTC, ETHEetf/grayscale/API.md

Spots

User IntentSub-skill Path
Spot order bookspots/order-book/API.md
Spot taker buy/sell volumespots/taker-buy-sell/API.md
Spot trading market, spot market overviewspots/trading-market/API.md

Options

User IntentSub-skill Path
Options, put/call ratio, options flow, max painoptions/API.md

On-Chain

User IntentSub-skill Path
Exchange inflow/outflow, exchange reserveon-chain/exchange-data/API.md
Token on-chain data, holder distributionon-chain/token/API.md
On-chain transactions, whale transactionson-chain/transactions/API.md

Indicators

User IntentSub-skill Path
Futures indicatorsindic/futures/API.md
Spot indicatorsindic/spots/API.md
Other indicators, fear & greed, market sentimentindic/other/API.md

Other

User IntentSub-skill Path
Financial calendar, economic events, FOMCother/financial-calendar/API.md
Crypto newsother/news/API.md

Account

User IntentSub-skill Path
API account info, plan details, usageaccount/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.