返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

codex-supergraph

>-

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
133
下载量
0
收藏
概述
安装方式
版本历史

codex-supergraph

# Codex Supergraph Data ## Authentication Pass `$CODEX_API_KEY` in the `Authorization` header if available. If the server returns `402 Payment Required`, use the codex-gateway skill to handle the payment flow. If both a local and global copy of this skill exist, the local copy takes precedence. ## Summary Use this skill to produce valid Codex GraphQL requests using API key authentication. | | | | --------------------- | --------------------------------------------------------------- | | HTTP endpoint | `https://graph.codex.io/graphql` | | WebSocket endpoint | `wss://graph.codex.io/graphql` | | Schema (SDL) | `https://graph.codex.io/schema/latest.graphql` | | Introspection JSON | `https://graph.codex.io/schema/latest.json` | | API-key auth | `Authorization: <key>` or `Authorization: Bearer <token>` | ## Session preflight (required) Run once and cache: ```bash curl -sS https://graph.codex.io/graphql \ -H "Content-Type: application/json" \ -H "Authorization: $CODEX_API_KEY" \ --data-binary '{"query":"query GetNetworks { getNetworks { id name } }"}' ``` Use network IDs from this result before expensive requests. ## Operation selection | Need | Operation | | ---- | --------- | | Networks | `getNetworks` | | Token discovery/search | `filterTokens` | | Trending tokens | `filterTokens` with `trendingScore24` ranking | | Token prices | `getTokenPrices` | | Pairs for a token | `listPairsWithMetadataForToken` | | Pair metadata | `pairMetadata` | | Pair OHLCV | `getBars` | | Token OHLCV | `getTokenBars` | | Token events | `getTokenEvents` | | Maker events | `getTokenEventsForMaker` | | Wallet leaders | `filterTokenWallets` | | Wallet chart/stats | `walletChart`, `detailedWalletStats` | | Holders | `holders` | | Top-10 concentration | `top10HoldersPercent` | | Live single price | `onPriceUpdated` | | Live multi-price | `onPricesUpdated` | | Live token events | `onTokenEventsCreated`, `onEventsCreatedByMaker` | | Live bars/pairs | `onBarsUpdated`, `onPairMetadataUpdated`, `onTokenBarsUpdated` | | Launchpad streams | `onLaunchpadTokenEventBatch`, `onLaunchpadTokenEvent` | | Unconfirmed Solana events | `onUnconfirmedEventsCreated` | | Short-lived keys | `createApiTokens`, `apiTokens`, `apiToken`, `deleteApiToken` | | Prediction event discovery | `filterPredictionEvents` | | Prediction market discovery | `filterPredictionMarkets` | | Prediction event detail | `detailedPredictionEventStats` | | Prediction market chart | `predictionMarketBars` | | Prediction multi-market chart | `predictionEventTopMarketsBars` | | Prediction event chart | `predictionEventBars` | | Prediction trades | `predictionTrades` | | Prediction token holders | `predictionTokenHolders` | | Prediction categories | `predictionCategories` | | Prediction trader leaderboard | `filterPredictionTraders` | | Prediction trader profile | `detailedPredictionTraderStats` | | Prediction trader positions | `filterPredictionTraderMarkets` | | Prediction trader chart | `predictionTraderBars` | Default discovery path: start with `filterTokens`. ## Rules - Never print raw API keys. - Validate `networkId` first. - Keep selection sets minimal until shape is confirmed. - Use `onPricesUpdated` instead of many single-token subscriptions. ## References | File | Purpose | | ---- | ------- | | [references/gotchas.md](references/gotchas.md) | Common failure points — check here first | | [references/query-templates.md](references/query-templates.md) | Query + websocket templates with examples | | [references/endpoint-playbook.md](references/endpoint-playbook.md) | Operation selection heuristics by intent | | [references/apis.md](references/apis.md) | Endpoint/auth matrix, pagination, rate limits | | [references/prediction-markets.md](references/prediction-markets.md) | Prediction market queries — events, markets, traders, charts | | [references/tooling-and-mcp.md](references/tooling-and-mcp.md) | Codex Docs MCP setup for coding tools |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 codex-supergraph-1776089402 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 codex-supergraph-1776089402 技能

通过命令行安装

skillhub install codex-supergraph-1776089402

下载 Zip 包

⬇ 下载 codex-supergraph v1.0.0

文件大小: 15.67 KB | 发布时间: 2026-4-17 14:26

v1.0.0 最新 2026-4-17 14:26
Initial release of codex-supergraph.

- Enables access to Codex on-chain analytics and prediction market data.
- Supports token prices, charts, holders, trending tokens, pair data, and more via Codex GraphQL API.
- Details required authentication flow with API key and payment handling guidance.
- Provides guidance for operation selection and discovery path.
- Includes references for troubleshooting and advanced queries.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部