From 1dd78a777150fb8f2675315086eebb125b1b1cfc Mon Sep 17 00:00:00 2001 From: Neal O'Grady Date: Mon, 23 Feb 2026 13:47:28 -0800 Subject: [PATCH] Add Codex to developer docs Add Codex (codex.io) as a blockchain data API to the backend API libraries, JavaScript API libraries, and data and analytics pages. --- public/content/developers/docs/apis/backend/index.md | 8 ++++++++ public/content/developers/docs/apis/javascript/index.md | 7 +++++++ .../content/developers/docs/data-and-analytics/index.md | 6 ++++++ 3 files changed, 21 insertions(+) diff --git a/public/content/developers/docs/apis/backend/index.md b/public/content/developers/docs/apis/backend/index.md index 1d17b3f5b47..df03a229f45 100644 --- a/public/content/developers/docs/apis/backend/index.md +++ b/public/content/developers/docs/apis/backend/index.md @@ -187,6 +187,14 @@ These libraries abstract away much of the complexity of interacting directly wit - [Documentation](https://docs.watchdata.io/) - [Discord](https://discord.com/invite/TZRJbZ6bdn) +**Codex -** **_Real-time, enriched blockchain data API across dozens of chains._** + +- [codex.io](https://www.codex.io/) +- [Documentation](https://docs.codex.io) +- [Explorer](https://docs.codex.io/explore) +- [GitHub](https://github.com/Codex-Data) +- [Discord](https://discord.com/invite/mFpUhT3vAq) + **Covalent -** **_Enriched blockchain APIs for 200+ Chains._** - [covalenthq.com](https://www.covalenthq.com/) diff --git a/public/content/developers/docs/apis/javascript/index.md b/public/content/developers/docs/apis/javascript/index.md index f6baa0c7949..f6af5f59fe7 100644 --- a/public/content/developers/docs/apis/javascript/index.md +++ b/public/content/developers/docs/apis/javascript/index.md @@ -268,6 +268,13 @@ ethers.utils.formatEther(balance) - [Documentation](https://viem.sh) - [GitHub](https://github.com/wagmi-dev/viem) +**Codex -** **_Real-time, enriched blockchain data API across dozens of chains._** + +- [Documentation](https://docs.codex.io) +- [Explorer](https://docs.codex.io/explore) +- [GitHub](https://github.com/Codex-Data) +- [Discord](https://discord.com/invite/mFpUhT3vAq) + **Drift -** **_TypeScript meta-library with built-in caching, hooks, and test mocks._** - [Documentation](https://ryangoree.github.io/drift/) diff --git a/public/content/developers/docs/data-and-analytics/index.md b/public/content/developers/docs/data-and-analytics/index.md index f7a81e3e989..a4dadec46d1 100644 --- a/public/content/developers/docs/data-and-analytics/index.md +++ b/public/content/developers/docs/data-and-analytics/index.md @@ -54,6 +54,12 @@ To get started, visit the [documentation](https://docs.sqd.dev/) or see [EVM exa To start, visit the [Ethereum quick start guide](https://academy.subquery.network/quickstart/quickstart_chains/ethereum-gravatar.html) to start indexing Ethereum blockchain data in minutes in a local Docker environment for testing before going live on a [SubQuery's managed service](https://managedservice.subquery.network/) or on [SubQuery's decentralised network](https://app.subquery.network/dashboard). +## Codex {#codex} + +[Codex](https://www.codex.io/) is a real-time blockchain data API providing enriched data for 70 million+ tokens across 80+ networks. Developers can access structured token pricing, wallet balances, transaction history, and aggregated analytics (volume, liquidity, unique wallets) without maintaining custom indexing infrastructure. Codex supports sub-second data delivery via WebSocket and webhook integrations. + +To get started, visit the [documentation](https://docs.codex.io), try the [Explorer](https://docs.codex.io/explore), or sign up at the [dashboard](https://dashboard.codex.io/signup). + ## EVM Query Language {#evm-query-language} EVM Query Language (EQL) is an SQL-like language designed to query EVM (Ethereum Virtual Machine) chains. EQL's ultimate goal is to support complex relational queries on EVM chain first-class citizens (blocks, accounts, and transactions) while providing developers and researchers with an ergonomic syntax for everyday use. With EQL, developers can fetch blockchain data using familiar SQL-like syntax and eliminate the need for complex boilerplate code. EQL supports standard blockchain data requests (e.g., retrieving an account's nonce and balance on Ethereum or fetching the current block size and timestamp) and is continually adding support for more complex requests and featuresets.