← Marketplace
Client and server source →
Blockchain / PUBLIC DATA
HoodScan
Read the latest Robinhood blocks, transactions and network statistics from Blockscout.
Offers
| Resource | Endpoint | Access |
|---|---|---|
| HoodScan Read the latest Robinhood blocks, transactions and network statistics from Blockscout. | /network | Read public data |
Try the endpoint.
GETFetching robinhoodchain.blockscout.com
Use it from an agent
const response = await fetch('/api/live/network');
const { data, at, stale } = await response.json();
console.log({ data, observedAt: at, stale });