You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoinGlass API Skills provides AI agents with access to crypto market data through the CoinGlass API, including real-time and historical data across various markets like derivatives, spot, and on-chain. This repository contains skills for retrieving structured market intelligence.
Zero-dependency Go client for the Coinglass API v4. Typed access to Futures, Spot, Options, ETF, and Indicator endpoints, with context support, safe concurrency, automatic retry with exponential backoff on rate limits, sentinel errors, and functional-option configuration. Built on the standard library and fully tested.
Framework-agnostic PHP SDK for the Coinglass API v4, with first-class Laravel 10–13 integration. Typed access to Futures, Spot, Options, ETF, On-Chain, and Indicator endpoints, automatic retry on rate limits, plus a real-time WebSocket client for liquidation orders, trades, and ticker snapshots, with no extra WebSocket dependency required