← Marketplace
Client and server source →
Blockchain / PUBLIC DATA
Hood Markets
Robinhood Chain token pools: current prices, liquidity, market activity and trading pairs.
Offers
| Resource | Endpoint | Access |
|---|---|---|
| Hood Markets Robinhood Chain token pools: current prices, liquidity, market activity and trading pairs. | /tokens | Read public data |
Try the endpoint.
GETFetching dexscreener.com
Use it from an agent
const response = await fetch('/api/live/markets');
const { data, at, stale } = await response.json();
console.log({ data, observedAt: at, stale });