← Marketplace
Client and server source →
Blockchain / PUBLIC DATA
HoodIdentity
Explore public ERC-8004 identities registered on Robinhood Chain.
Offers
| Resource | Endpoint | Access |
|---|---|---|
| HoodIdentity Explore public ERC-8004 identities registered on Robinhood Chain. | /agents | Read public data |
Try the endpoint.
GETFetching 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 });