Robinhood docs: live-tested liquidity, transfers, trades, supply & launchpad pages#220
Merged
Conversation
All 22 queries and both streams verified against streaming.bitquery.io. Fixes composite limitBy pool identity, documents PancakeSwap protocols, price-field semantics, and USD data caveats; adds price watchlist, volatility screener, 5-minute TVL series, and pool-depth screeners. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All 31 queries and 3 subscriptions verified against streaming.bitquery.io. Corrects realtime-window claims (~4 days observed, variable), documents native-ETH-only AmountInUSD enrichment, exclusive Date after/before bounds, and symbol collisions; fixes top-tokens ranking to count-based; adds tokenized stock section (NVDA), token activity pulse, transfer size stats, daily volume series, dataset-window probe, and wallet-tracker stream. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Docs are evergreen: drop live-sample tables, point-in-time counts, and test-latency anecdotes; keep queries, response shapes, and durable behavioral caveats. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Restores the historical trades section (verified working), adds missing limit/orderBy to trader query, adds limit to all-active supply query, names example tokens (ASSETH, SOLdiers), and adds tested buy/sell pressure, most-active-pools, multi-token price watchlist, and data-window queries plus WebSocket connection guidance. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Fixes description (EVM TransactionBalances, not Trading), adds limit to the all-active-tokens query, and adds tested tokenized-stock (NVDA) and multi-token supply watchlist sections with FAQ and internal links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds dataset-window guidance (realtime rolling window vs combined/archive for older launches) and tested cross-launchpad activity comparison and launches-per-day queries with FAQ entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Documents the bonding-curve engine's own decoded trade events (tested: args ts, token, buyer, amount, eth, fee, postPrice) alongside the existing lifecycle events, with matching keywords. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Swaps the stale example trader for a currently active Bags trader and adds graphql-transport-ws connection details to the stream tip. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
Complete audit and rework of the Robinhood docs section. Every GraphQL query on every page was executed against the production endpoint (
streaming.bitquery.io) before publishing, and subscriptions were verified live over WebSocket (graphql-transport-ws).DEXPoolEvents/DEXPoolSlippagesguide — price-field semantics, compositelimitBypool identity (fixes V2/V3PoolId: 0xcollapse), PancakeSwap protocols documented, price watchlist, volatility screener via argmax, 5-minute TVL/price series, pool-depth & whale-capacity screeners with sanity caps, verified streams, USD-data caveats.AmountInUSDis effectively native-ETH-only), documents exclusiveDate.after/beforebounds and ticker collisions (two GME contracts), count-based most-transferred leaderboard, tokenized-stock section (NVDA), wallet-tracker stream, transfer size stats, hourly/daily series, dataset-window probe.TransactionBalances, not Trading), adds limit to all-active query, tokenized-stock (NVDA) supply and multi-token watchlist.combined/archive), cross-launchpad activity comparison and launches-per-day queries.TokenBought/TokenSoldevents with verified argument names.Docs are kept evergreen — no dated stats or point-in-time sample tables.
Testing
EVMandTradingroots.🤖 Generated with Claude Code