coinglass

Real-time crypto derivatives positioning, whale tracking, liquidations, and institutional ETF flows across 37 specialized tools.

starchild-ai-agent 18 ↓ 11k updated 25d ago
Claude Code
View source ↗

What it does

  • camelCase: openInterest, volUsd, longRate, shortVolUsd,
  • snakecase (legacy, only in cgliquidations): liquidationusd,
  • rate fields (funding) are STRINGS with "+" / "-" / "%" — parse with
  • timestamps are millisecond unix epoch (e.g. 1777881600000)
  • cgliquidations → one coin, one timeframe, basic total only
  • cgliquidationcoinlist(exchange) → ALL coins, multi-timeframe (1h/4h/12h/24h), per-exchange breakdown
  • Rule: If the question asks for a ranking, overview, or doesn't specify a single coin → use cgliquidationcoinlist

Requirements & configuration

  • │ ├─ ONE coin, need history over time
  • Mistake 1 (most common — 8x failure): Using cgliquidations when you need cgliquidationcoinlist
  • Need calculation (%, change, ratio) → Do mental math in reply
  • API Key: Requires COINGLASSAPIKEY environment variable

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Real-time crypto derivatives positioning, whale tracking, liquidations, and institutional ETF flows across 37 specialized tools.

Source

Repository: https://github.com/starchild-ai-agent/official-skills

coinglass FAQ

What does the coinglass skill do?

| Crypto derivatives data: funding rates, open interest, liquidations, long/short ratios. camelCase: openInterest, volUsd, longRate, shortVolUsd, snakecase (legacy, only in cgliquidations): liquidationusd,

What does coinglass require?

│ ├─ ONE coin, need history over time Mistake 1 (most common — 8x failure): Using cgliquidations when you need cgliquidationcoinlist Need calculation (%, change, ratio) → Do mental math in reply API Key: Requires COINGLASSAPIKEY environment variable

How do I install coinglass?

Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill coinglass --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.

Maintain coinglass?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

coinglass on getagentictools
[![coinglass on getagentictools](https://getagentictools.com/badge/skills/starchild-ai-agent-official-skills-coinglass.svg)](https://getagentictools.com/skills/starchild-ai-agent-official-skills-coinglass?ref=badge)
npx agentictools info skills/starchild-ai-agent-official-skills-coinglass

The second line is the CLI lookup for this page — handy in READMEs and docs.