docs: add Codex to data indexers page - #1748
Open
Nealo wants to merge 1 commit into
Open
Conversation
Collaborator
🟡 Heimdall Review Status
|
Author
|
in case it helps our case, we supply all the data for the Base app! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
Adds Codex (codex.io) to the data indexers page. Codex is a real-time blockchain data API (token prices, OHLCV charts, DEX trades, liquidity, holders, wallet balances) with Base Mainnet and Base Sepolia support, served over GraphQL with WebSocket subscriptions and webhooks. Codex also indexes B20 tokens, including their multiplier, supply cap, and paused status.
Notes to reviewers
The entry follows the existing page format (intro, get-started links, Supported Networks list) and is inserted in alphabetical order. All links point to codex.io, docs.codex.io, or dashboard.codex.io, plus one internal link to the B20 spec page.
How has it been tested?
Previewed locally with
mintlify devand verified all links resolve.