返回顶部
c

codex-supergraph超级图编码

>-

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

codex-supergraph

Codex Supergraph 数据

身份验证

如果可用,在 Authorization 标头中传递 $CODEXAPIKEY。如果服务器返回 402 Payment Required,则使用 codex-gateway 技能处理支付流程。

如果此技能同时存在本地副本和全局副本,则本地副本优先。

摘要

使用此技能通过 API 密钥身份验证生成有效的 Codex GraphQL 请求。

HTTP 端点https://graph.codex.io/graphql
WebSocket 端点
wss://graph.codex.io/graphql |
| 模式 (SDL) | https://graph.codex.io/schema/latest.graphql |
| 自省 JSON | https://graph.codex.io/schema/latest.json |
| API 密钥认证 | Authorization: 或 Authorization: Bearer |

会话预检(必需)

运行一次并缓存:

bash
curl -sS https://graph.codex.io/graphql \
-H Content-Type: application/json \
-H Authorization: $CODEXAPIKEY \
--data-binary {query:query GetNetworks { getNetworks { id name } }}

在昂贵请求之前使用此结果中的网络 ID。

操作选择

需求操作
网络getNetworks
代币发现/搜索
filterTokens | | 热门代币 | filterTokens 使用 trendingScore24 排名 | | 代币价格 | getTokenPrices | | 代币的交易对 | listPairsWithMetadataForToken | | 交易对元数据 | pairMetadata | | 交易对 OHLCV | getBars | | 代币 OHLCV | getTokenBars | | 代币事件 | getTokenEvents | | 做市商事件 | getTokenEventsForMaker | | 钱包领导者 | filterTokenWallets | | 钱包图表/统计 | walletChart, detailedWalletStats | | 持有者 | holders | | 前十集中度 | top10HoldersPercent | | 实时单价格 | onPriceUpdated | | 实时多价格 | onPricesUpdated | | 实时代币事件 | onTokenEventsCreated, onEventsCreatedByMaker | | 实时柱状图/交易对 | onBarsUpdated, onPairMetadataUpdated, onTokenBarsUpdated | | 启动板流 | onLaunchpadTokenEventBatch, onLaunchpadTokenEvent | | 未确认的 Solana 事件 | onUnconfirmedEventsCreated | | 短期密钥 | createApiTokens, apiTokens, apiToken, deleteApiToken | | 预测事件发现 | filterPredictionEvents | | 预测市场发现 | filterPredictionMarkets | | 预测事件详情 | detailedPredictionEventStats | | 预测市场图表 | predictionMarketBars | | 预测多市场图表 | predictionEventTopMarketsBars | | 预测事件图表 | predictionEventBars | | 预测交易 | predictionTrades | | 预测代币持有者 | predictionTokenHolders | | 预测类别 | predictionCategories | | 预测交易者排行榜 | filterPredictionTraders | | 预测交易者资料 | detailedPredictionTraderStats | | 预测交易者持仓 | filterPredictionTraderMarkets | | 预测交易者图表 | predictionTraderBars |

默认发现路径:从 filterTokens 开始。

规则

  • - 切勿打印原始 API 密钥。
  • 首先验证 networkId。
  • 在确认形状之前保持选择集最小。
  • 使用 onPricesUpdated 替代多个单代币订阅。

参考

文件用途
references/gotchas.md常见失败点 — 首先检查此处
references/query-templates.md
查询 + WebSocket 模板及示例 | | references/endpoint-playbook.md | 按意图的操作选择启发式方法 | | references/apis.md | 端点/认证矩阵、分页、速率限制 | | references/prediction-markets.md | 预测市场查询 — 事件、市场、交易者、图表 | | references/tooling-and-mcp.md | 用于编码工具的 Codex Docs MCP 设置 |

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install codex-supergraph-1776089402

下载

⬇ 下载 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
返回顶部