Robinhood Events, Calls, Balances & Token Holders API pages#221
Merged
Conversation
Stream-first guide to EVM.Events on Robinhood, positioned as a no-node alternative to eth_subscribe/eth_getLogs: verified firehose (full field set), per-contract, per-signature, topic0-hash, decoded-argument, and wallet-scoped streams, plus historical queries (per-tx forensics, top signatures/emitters, window probes) and dataset guidance. Documents LogHeader.Address vs Log.SmartContract proxy semantics and no-0x hash format. All queries live-tested; subscriptions verified over WebSocket. Registers the page in the sidebar. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New stream-first Calls/Traces page (EVM.Calls) as a debug_traceTransaction alternative: verified firehose, per-contract/function/selector streams, Create-true deployment radar, reverted-call monitor, value traces, per-tx call-tree reconstruction, and gas/method analytics. Documents 4-byte uppercase selector format and call-tree semantics; registered in sidebar. Updates Events page archive wording to the ~3-month retention plan and adds Robinhood Kafka stream pointers (per-topic) to the five streaming pages. All queries live-tested; subscriptions verified over WebSocket. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Balances cube guide: wallet portfolios, as-of-date time travel, native and single-token balances, multi-address batches, top holders, rich lists, USD whale floors, holder counts, wallet profiling (first/last change, update count), per-currency network totals, and the BalanceUpdates live delta stream (WS-verified) with Kafka pointer. Documents grouping-follows-selection, selectWhere (HAVING) semantics, signed deltas, and native-only USD enrichment. All queries live-tested; registered in sidebar. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Drops the BalanceUpdates stream section and all references; live balance-change needs now point to polling and Kafka streams (robinhood.tokens.proto). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New Holders-cube page: top-holder rankings (user's flagship query), current vs ever holder counts, balance floors, distribution stats (avg/median/p99), dormancy screens via LastChangeTime, tokenized stock holders, native rich list, and offset pagination for snapshots. Documents no-USD-field and LastChangeTime semantics. Balances page now focuses on wallet portfolios and links holder use cases to the new page. All queries live-tested; registered in sidebar. 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
Four new live-tested Robinhood docs pages plus supporting updates, continuing the audit merged in #220. Every query was executed against the production endpoint (
streaming.bitquery.io) before publishing; all subscriptions were verified over WebSocket (graphql-transport-ws). Pages follow the evergreen rule — no dated stats.robinhood-events-api.md) — stream-first guide toEVM.Eventsas a no-node alternative toeth_subscribe/eth_getLogs: full-field firehose, per-contract / per-signature / topic0-hash / decoded-argument / wallet-scoped streams, per-tx forensics, top signatures & emitters, dataset-window probes. DocumentsLogHeader.AddressvsLog.SmartContractproxy semantics and no-0xhash formats.robinhood-calls-api.md) —EVM.Callsas adebug_traceTransaction/trace_filteralternative: firehose, contract/function/selector streams,Create: truedeployment radar (Call.To= deployed address), reverted-call monitor, internal value traces, per-tx call-tree reconstruction (Index/CallerIndex/CallPath), gas & method analytics. Documents uppercase 4-byte selector format.robinhood-balances-api.md) — wallet-centricEVM.Balances: full portfolios, as-of-date balance history (Block.Date.till), native/single-token, multi-address batches, wallet profiling (first/last change, update count), per-currency network totals. Documents grouping-follows-selection andselectWhere(HAVING) semantics.robinhood-token-holders-api.md) — token-centricEVM.Holders: top-holder rankings, current-vs-ever holder counts, balance floors, distribution stats (avg/median/p99), dormancy screens viaLastChangeTime, tokenized stock holders, native rich list, offset pagination for snapshots. Documents thatLastChangeTime.tillis a dormancy filter (not time travel) and the cube has no USD field.Testing
🤖 Generated with Claude Code