Robinhood ChainOFFICIAL CAContract will be announced here
hoodgate.
Docs ↗GitHub ↗
← Marketplace

Blockchain / PUBLIC DATA

HoodScan

Read the latest Robinhood blocks, transactions and network statistics from Blockscout.

Robinhood ChainOfficial source ↗

Offers

ResourceEndpointAccess
HoodScan

Read the latest Robinhood blocks, transactions and network statistics from Blockscout.

/networkRead public data

Try the endpoint.

GET

Fetching 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 });
Client and server source →