Robinhood Chain API
Query Robinhood Chain like a database. Not a node.
Don't run an Orbit node or page through an explorer. Bitquery has decoded real-time coverage on this chain — Stock Token transfers, Uniswap v4 trades, wallet balances, contract calls and events. The world's first chain built for tokenized stocks, one query — or one live stream — away.
subscription { EVM(network: robinhood) { DEXTrades( where: {Trade: {Buy: {Currency: {Symbol: {in: ["NVDA", "AAPL", "GOOG"]}}}}} ) { Trade { Buy { Price Amount Currency { Symbol Name } } Dex { ProtocolName } } Block { Time } } } }
subscription { EVM(network: robinhood) { DEXTrades( where: {Trade: {Buy: {Currency: {Symbol: {in: ["NVDA","AAPL"]}}}}} ) { Trade { Buy { Price Amount Currency { Symbol } } Dex { ProtocolName } } } } }
A 100ms chain is unreadable over raw JSON-RPC.
Robinhood Chain produces a block roughly every tenth of a second. Chasing that with eth_getLogs, hand-decoded Uniswap v4 hooks and explorer pagination is a full-time infrastructure job. Bitquery already did it.
Four ways to get Robinhood Chain data — one schema underneath.
Prototype over GraphQL, ship over WebSocket or Kafka, backfill your warehouse in bulk. Same decoded data on every channel.
Historical + real-time in one endpoint. Browser-ready subscriptions over WebSocket.
Browser-ready live streams over a single socket — built for tickers and dashboards.
The lowest-latency Robinhood Chain stream — guaranteed delivery for production trading pipelines. Protobuf or JSON topics.
Full-history datasets delivered to S3, Snowflake, BigQuery or Azure.
The day-one ecosystem, decoded.
Robinhood Chain launched with DeFi built in. Every protocol below is parsed into the same schema — and every new deployment gets added.
Every Robinhood Chain dataset, one API key.
From tokenized-stock trades to the bridge, the full Robinhood Chain surface is one endpoint — no Orbit node, no archive sync, no custom indexer. Each dataset is available with archive add-ons or Enterprise, and streamable in real time over WebSocket or Kafka.
Stock Tokens API
Transfers, holders, supply and USD value for 200+ tokenized US stocks and ETFs — NVDA, AAPL, GOOG and more — including dividend token-multiplier events. Only on Robinhood Chain; only decoded here.
Explore docs →DeFiDEX Trades API
Uniswap v4 swaps with OHLCV candles, pairs, pools and per-wallet trade history — Stock Tokens and crypto alike.
Explore docs →TokensToken Transfers API
Every ERC-20, ERC-721 & ERC-1155 transfer with historical USD value, volumes and inflow / outflow per address.
Explore docs →WalletsBalance API
Real-time & historical ETH and token balances for any wallet — with USD portfolio value for trackers and tax tools.
Explore docs →TokensToken Holders API
Top holders, balance distribution and decentralization metrics — Gini and Nakamoto coefficients — for any token, including Stock Tokens.
Explore docs →ComplianceMoney Flow · Coinpath®
Trace inbound and outbound fund flows across Robinhood Chain addresses for AML, forensics and investigation workflows.
Explore docs →ContractsSmart Contract Trace API
Decoded call traces with arguments, internal transactions and success status — parsed by ABI.
Explore docs →ContractsSmart Contract Events API
Decoded event logs by ABI — query Transfer, Swap, Initialize or any topic by contract, name or signature.
Explore docs →Cross-chainBridge & Cross-Chain API
Canonical bridge deposits and withdrawals plus LayerZero flows — follow assets between Ethereum, Arbitrum and Robinhood Chain.
Explore docs →NetworkTransactions API
Transaction details, receipts, internal transactions, gas used and status — filter by sender, receiver or value.
Explore docs →NetworkBlocks API
Block headers, timestamps and gas usage at 100ms cadence — for time-series analytics and explorers.
Explore docs →NetworkGas & Fees API
L2 gas and fee analysis on the ETH-denominated gas token — power estimators and cost dashboards.
Explore docs →What builders ship on Robinhood Chain data.
Each one is a filter on the same indexed data — subscribe over WebSocket or Kafka for bots, or query GraphQL for dashboards.
Stream every tokenized-stock trade, live
Subscribe to Stock Token swaps the moment they land. Power tickers, alerts and 24/7 Stock Token dashboards — for markets that no longer close.
DEX trade subscriptions →subscription { EVM(network: robinhood) { DEXTrades( where: {Trade: {Dex: {ProtocolName: {is: "uniswap_v4"}}}} ) { Trade { Buy { Price Amount Currency { Symbol } } Sell { Currency { Symbol } } } Block { Time } } } }
On-chain OHLCV for NVDA — at 3am on a Sunday
Candlestick data for any Stock Token or crypto pair at 1m / 5m / 1h intervals, built from decoded Uniswap v4 trades. Chart tokenized stocks around the clock.
OHLCV & price APIs →query { EVM(network: robinhood) { DEXTradeByTokens( where: {Trade: {Currency: {Symbol: {is: "NVDA"}}}} ) { Block { Time(interval: {count: 5, in: minutes}) } open: Price(minimum: Block_Time) high: quantile(of: Price, level: 1) low: quantile(of: Price, level: 0) close: Price(maximum: Block_Time) volume: sum(of: Trade_Amount) } } }
Wallet portfolio & PnL — Stock Tokens and crypto together
One query returns a wallet's ETH, token and Stock Token balances with USD values; transfer and trade history gives you realized PnL. The backbone of trackers and tax tools.
Balance & portfolio APIs →query { EVM(network: robinhood) { BalanceUpdates( where: {BalanceUpdate: {Address: {is: "0xA1b2…c3D4"}}} ) { Currency { Symbol Name } balance: sum(of: BalanceUpdate_Amount) value: sum(of: BalanceUpdate_AmountInUSD) } } }
Catch new pools & token listings first
Stream Uniswap v4 pool initializations and new Stock Token deployments the block they happen. Snipe listings, seed liquidity, update your app's token list automatically.
Events & contract APIs →subscription { EVM(network: robinhood) { Events( where: {Log: {Signature: {Name: {is: "Initialize"}}}} ) { Log { Signature { Name } } Transaction { Hash } Block { Number Time } } } }
The ground truth of on-chain data.
“We did a thorough search of the market for the best onchain data. Bitquery came out on top — and now powers all live prices across Nansen.”
Pricing
Start free. Scale when your users do.
Every self-service plan includes Robinhood Chain with the other 8 core real-time chains — one key, one schema. Save 20% with annual billing.
Personal
For side projects, learning & testing. Personal use only — no commercial use.
billed annually ($468/yr) · save 20%
- 100k API points / mo ≈ 20k calls
- 30 req/min · 3 simultaneous
- Full GraphQL & REST schema
- Real-time data · 9 core chains 30-day trades · 4–8h on-chain
- API only — no streams
- Community support
Pro
For trading bots, alerts & dashboards on live DEX and price data.
billed annually ($948/yr) · save 20%
- 1M API points / mo ≈ 200k calls
- 90 req/min · 6 simultaneous
- 100k stream-minutes + 5 GB
- 100 concurrent streams
- Trading-data streams live DEX & prices
- Commercial-use license
- Real-time data · 9 core chains 30-day trades · 4–8h on-chain
- Community + Telegram support
Scale
For production real-time apps — every stream, scale on demand.
billed annually ($2,868/yr) · save 20%
- 5M API points / mo ≈ 1M calls
- 240 req/min · 12 simultaneous
- 2M stream-minutes + 50 GB
- 1,000 concurrent streams
- All streams onchain + mempool
- Commercial-use license
- Dedicated Slack support
Enterprise
Full history, unlimited streams & bulk delivery at scale.
flat platform fee — no metering
- Complete history · 40+ chains
- Unlimited WebSocket streaming no stream-min or GB limit
- Custom points & rate limits
- Kafka fixed-cost · S3 bulk export
- Coinpath® money flow
- SLA · SSO · dedicated support
Flat-rate add-ons on every open plan: $40 / 1M points · $20 / 100k stream-minutes · $8 / GB (bought yearly · save 20%) — same price at any volume, billed only for what you add.
Historical data is sold separately: self-service plans are real-time only. Per-chain archive packs start at $100/mo ($70/mo billed yearly); transfers, balances & holders are $150/mo ($120/mo yearly). See historical add-ons →
Robinhood Blockchain API — common questions.
How do I get Robinhood Chain data with Bitquery?
Can I query tokenized stock (Stock Token) trades and transfers?
Does Bitquery stream Robinhood Chain data in real time?
Is Robinhood Chain in the same schema as Ethereum and Arbitrum?
Can I get wallet balances, portfolio value and PnL?
Which Robinhood Chain DeFi protocols are decoded?
Ship your Robinhood product this week.
7-day free trial — real-time Robinhood data on self-service plans, no node to run. Live window: 30-day trades · 4–8h on-chain; deepen history with archive add-ons, or go Enterprise for complete history.
Stock Tokens are tokenized derivative instruments issued on Robinhood Chain — not equities. Bitquery provides blockchain data, not brokerage services. Robinhood Chain and related names are referenced for identification only.