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

Blockchain / PUBLIC DATA

HoodIdentity

Explore public ERC-8004 identities registered on Robinhood Chain.

Robinhood ChainOfficial source ↗

Offers

ResourceEndpointAccess
HoodIdentity

Explore public ERC-8004 identities registered on Robinhood Chain.

/agentsRead public data

Try the endpoint.

GET

Fetching robinhoodchain.blockscout.com

Use it from an agent

const response = await fetch('/api/live/agents');
const { data, at, stale } = await response.json();
console.log({ data, observedAt: at, stale });
Client and server source →