Skip to content

Add Robinhood Transactions & Receipts API page (eth_getBlockReceipts equivalent)#222

Merged
buddies2705 merged 1 commit into
mainfrom
audit/docs-deep-audit-2026-07
Jul 24, 2026
Merged

Add Robinhood Transactions & Receipts API page (eth_getBlockReceipts equivalent)#222
buddies2705 merged 1 commit into
mainfrom
audit/docs-deep-audit-2026-07

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

Summary

Adds a Transactions & Receipts API page for Robinhood, driven by a recurring customer question ("what's the eth_getBlockReceipts equivalent?"). Organized around the JSON-RPC methods people migrate from, each mapped to the Bitquery EVM.Transactions cube. Every query was run against the production endpoint before publishing; the transaction stream was verified over WebSocket.

Covers:

  • eth_getBlockReceiptsTransactions filtered by Block.Number or Block.Hash, one row per receipt
  • eth_getTransactionReceipt — single-tx filter with status, gas, fee breakdown
  • eth_getTransactionByHash — header view incl. Transaction.Data
  • Logs via the Events cube (receipts don't nest logs here), failed-tx monitor, account history, block-count/gas stats, live tx stream, and a full receipt field-mapping table

Documents two verified facts: the Transactions cube is realtime-only on Robinhood (no archive table; combined only serves the realtime window), and Robinhood's Arbitrum-Orbit sequencer/system transactions (Type: 106) appearing in blocks. Registered in the sidebar after the Calls page.

Testing

  • ~12 queries live-tested across block-receipts, single-receipt, tx-by-hash, logs, failed-tx, account, and block-stats patterns; dataset behavior confirmed (archive rejected, realtime/combined verified).
  • Transaction subscription verified end-to-end over WebSocket.
  • Docusaurus production build green; in-page anchors verified.

🤖 Generated with Claude Code

Customer-driven page mapping JSON-RPC receipt methods to Bitquery:
eth_getBlockReceipts (block-number/hash filter), eth_getTransactionReceipt,
eth_getTransactionByHash, plus logs-via-Events, failed-tx and account
history, block stats, live tx stream (WS-verified), and a full receipt
field-mapping table. Documents the realtime-only caveat (Transactions
has no archive on Robinhood) and Arbitrum-Orbit sequencer txs. All
queries live-tested; registered in sidebar.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@buddies2705
buddies2705 merged commit 087f21b into main Jul 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant