| name | coinglass-api |
| description | 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. |
| metadata | {"version":"1.0.0","author":"CoinGlass","openclaw":{"requires":{"bins":["curl","openssl"]},"homepage":"https://github.com/coinglass-official/coinglass-api-skills"}} |
| license | MIT |
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
ETF
Spots
Options
| User Intent | Sub-skill Path |
|---|
| Options, put/call ratio, options flow, max pain | options/API.md |
On-Chain
Indicators
Other
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.