Loading...
Loading...
Query Codex Supergraph GraphQL data (prices, tokens, pairs, events, holders, and live subscriptions). Use when users ask for Codex on-chain analytics or need runnable GraphQL calls to https://graph.codex.io/graphql with an API key.
npx skill4agent add codex-data/skills codex-supergraphCODEX_API_KEY| HTTP endpoint | |
| WebSocket endpoint | |
| Schema (SDL) | |
| Introspection JSON | |
| API-key auth | |
Authorization: <key>Authorization: Bearer <token>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 } }"}'| Need | Operation |
|---|---|
| Networks | |
| Token discovery/search | |
| Token prices | |
| Pair metadata | |
| Pair OHLCV | |
| Token OHLCV | |
| Maker events | |
| Holders | |
| Top-10 concentration | |
| Live single price | |
| Live multi-price | |
| Live bars/pairs | |
| Short-lived keys | |
filterTokensnetworkIdonPricesUpdated| File | Purpose |
|---|---|
| references/apis.md | Endpoint/auth matrix, constraints, errors |
| references/query-templates.md | Query + websocket templates |
| references/endpoint-playbook.md | Operation selection heuristics by intent |
| references/tooling-and-mcp.md | Codex Docs MCP setup for coding tools |