Robinhood Chain RPC, the consolidated tape, and portfolio data that’s correct.
Full JSON-RPC with tracing and simulation, the consolidated tape across every venue, and balances that survive a stock split. One API key, production-ready in minutes.
RPC is free · Plans from $50/mo · See why the others are wrong →
Your historical P&L is wrong
Robinhood's stock tokens keep raw balances static and express corporate actions through a multiplier. Skip that term and the answer is wrong by construction — and every provider we surveyed skips it.
What was this position worth at block 4,200,000? The balance never moved — Robinhood’s stock tokens keep raw ERC-20 amounts static and express corporate actions through uiMultiplier(). Apply today’s multiplier to a past balance and the answer is wrong by construction.
balanceOf(NVDA, 4,200,000)
× uiMultiplier() ← today's, not the block's
× price_at(block)$9,210.00
Uses the current multiplier of 4.000000. The balance is right; the scaling factor is from the wrong point in time.
balanceOf(NVDA, 4,200,000)
× uiMultiplier_at(4,200,000)
× price_at(block)$2,302.50
Uses the multiplier that was actually in force at that block: 1.000000.
How a trade gets from Robinhood Chain to your app.
Our nodes watch Robinhood Chain, turn captured events into clean structured data, and stream them to your application. This is the journey of one trade.
One trade, fully detailed
{ "coin": "BTC", "px": "67012.0", "sz": "0.14523", "notional": "9732.05", : "0x7c4e09b1...a3f9", : "1142.87", : "-0.94", "crossed": true, "dir": "Close Long", "oid": 84120993421, : 612480211}Four products. One API key.
Everything authenticates with the same key. Start with one product and add the others whenever you need them.
Real-time data streams
Live feeds of every trade, order, and order book change on Robinhood Chain, delivered to your application in well under a second.
- Subscribe to only the coins and wallets you need
- Every trade includes the trader's wallet and profit
- Scale replay from a recent block, up to 6 hours
StreamSwaps · ETH
simulated- sell 3499.751.9019$6,656
- buy 3499.750.3864$1,352
- buy 3500.003.0823$10,788
- sell 3500.251.4201$4,971
- buy 3500.250.3142$1,100
- buy 3500.502.8882$10,110
- buy 3500.253.7065$12,974
- buy 3500.251.5283$5,349
POSTrpc.robinhoodrpc.io
request
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_blockNumber",
"params": []
}response4.2 ms
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x7b2a4f1"
}Tokenized equities covered
200+every stock token on Robinhood Chain, reconciled hourly
- node
- Dedicated, yours alone
- failover
- Automatic, watchdogged
- uptime SLA
- 99.99%, with credits
Real-time data streams
Live feeds of every trade, order, and order book change on Robinhood Chain, delivered to your application in well under a second.
- Subscribe to only the coins and wallets you need
- Every trade includes the trader's wallet and profit
- Scale replay from a recent block, up to 6 hours
StreamSwaps · ETH
simulated- sell 3499.751.9019$6,656
- buy 3499.750.3864$1,352
- buy 3500.003.0823$10,788
- sell 3500.251.4201$4,971
- buy 3500.250.3142$1,100
- buy 3500.502.8882$10,110
- buy 3500.253.7065$12,974
- buy 3500.251.5283$5,349
Robinhood Chain RPC
Standard JSON-RPC for reading chain state and sending transactions on Robinhood Chain, plus the the equities REST API API for markets and accounts.
- All the usual eth_ methods, including sendRawTransaction
- 4.2 ms median reads, measured and published hourly
- Works with viem, ethers, web3.py, and standard tooling
POSTrpc.robinhoodrpc.io
request
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_blockNumber",
"params": []
}response4.2 ms
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x7b2a4f1"
}Historical market data
Captured raw stream data stored with exact financial decimals. Request a confirmed dataset and date range for backtesting, research, or analytics.
- Request a manual Parquet, CSV, or JSONL export
- Raw fields stay aligned with the live feed
- Coverage confirmed before delivery
Tokenized equities covered
200+every stock token on Robinhood Chain, reconciled hourly
Dedicated nodes
A private Robinhood Chain node for teams that can't share capacity, with custom uptime agreements and white-glove onboarding.
- Guaranteed throughput, no shared rate limits
- Custom SLAs up to 99.99% with automatic credits
- Historical data work scoped separately on request
- node
- Dedicated, yours alone
- failover
- Automatic, watchdogged
- uptime SLA
- 99.99%, with credits
Previews run on simulated data shaped like the production feed. The archive figure is real and growing at the published daily rate.
Captured raw events, retained continuously.
Raw events captured by our live pipeline are stored with their stream fields and decimal representations. Request a manual export after we confirm the dataset and date range. Captured storage grows by 13 corporate-action types and currently holds
200+What's in the archive
- Order events1.65B+
every order placed, changed, cancelled, or filled
- Book updates1B+
every change to every order book
- Top-of-book ticksevery tick
best bid and ask, tick by tick
- Trades14M+
every trade with wallet, profit, and fees
- Funding & liquidationscomplete
every funding payment and liquidation
- TWAP executionscomplete
every TWAP order, tracked to completion
Captured continuously during the measured period (figures as of 2026-08-27). Coverage is confirmed per request.
Live Robinhood Chain data in three steps.
- 1
Create an API key
Sign up in about two minutes. Plans start at $49 per month, billed monthly with no long-term commitment.
- 2
Connect from any language
Standard gRPC tools work out of the box. Already on QuickNode or Dwellir? Your existing code connects unchanged.
- 3
Receive live trades
Filter to the coins and wallets you care about. Scale can replay recent data from a block within the last 6 hours.
$ grpcurl -H 'x-api-key: ...' stream.robinhoodrpc.io:443 \
robinhoodrpc_swaps.v1.SwapStreaming/StreamSwaps
▌streaming
grpcurl -H 'x-api-key: YOUR_KEY' \ -d '{"market_type":"ALL","coins":["BTC"]}' \ stream.robinhoodrpc.io:443 \ robinhoodrpc_swaps.v1.SwapStreaming/StreamSwapsBuilt for trading teams, data apps, and developers.
Two plans. The full platform on both.
Every plan includes the live streams and both node read surfaces on one key. Manual historical exports are available on request; Scale adds recent replay and higher throughput. Annual billing saves 17%.
Then $50/month
Everything the incumbents charge for, plus tracing.
- Complete JSON-RPC: eth, net, web3, txpool, debug, trace, arbtrace, arb
- Transaction and bundle simulation, plus typed decoding
- Real-time consolidated tape across every venue
- Point-in-time correct balances · 250 RPS · 90 days
- REST and GraphQL · 10 webhooks · 99.9% uptime target
Then $200/month
gRPC streaming, full history, and every sink.
- Everything in Build
- gRPC and gRPC-Web streaming — no other provider on this chain offers it
- Sequencer feed with SEQUENCED / INCLUDED / FINALIZED states
- Full history and backfill · 1,000 RPS
- Kafka, Postgres, ClickHouse and S3 sinks · 99.99% uptime target
Every gate (streams, throughput, filters, replay, RPC rate, SLA) is spelled out in the full feature matrix. Dedicated nodes and custom terms live on Enterprise.
Start streaming Robinhood Chain data today.
One API key gets you real-time streams and RPC access. Recent replay is available on Scale; manual historical exports are available on request.