/community/leaderboardGet the community caller leaderboard
Returns a sanitized 7d community caller leaderboard from Coral community intelligence data. Handles and aggregate performance metrics are included; internal ids are excluded.
Build apps, agents, dashboards, bots, and research tools with Coral's public read API. Endpoint details are shown below by default, with the raw spec available when you need it.
The v1 API is unauthenticated and open for public reads. Pull token cards, treasury, and leaderboard data straight into your app.
Public preview limits are intentionally strict. Cache responses and avoid polling faster than your product needs.
Show visible attribution to Coral and link to 0xcoral.com when displaying Coral data in another app or agent.
Example
const res = await fetch('https://api.0xcoral.com/api/v1/dashboard')
const coral = await res.json()4 operations from Coral API 1.0.0.
/community/leaderboardReturns a sanitized 7d community caller leaderboard from Coral community intelligence data. Handles and aggregate performance metrics are included; internal ids are excluded.
/community/tokensReturns the sanitized cross-community trending rollup (fixed 24h window): tokens trending across the communities Coral watches, ranked by mention momentum, with distinct-community counts and optional 1h flow. This is an aggregate only — there is no way to query a single server. Use limit to cap results and includeMetadata=false to skip live market fields. Raw messages, chat ids, tenant ids, caller handles, and upstream source names are excluded.
Parameters
limitquerynumber · Maximum tokens to return, from 1 to 50.
includeMetadataqueryboolean · Set false, 0, or no to skip cached/live token metadata enrichment.
/dashboardCurrent public Coral aggregate. This is the best starting point for apps and agents: treasury, wallet snapshot, latest pulse, and historical performance stats.
/tokens/{chain}/{address}Looks up one token from Coral's public token registry by chain and token address. This is registry metadata only; it does not compute Coral Score.
Parameters
chainpathstring · required · Registry chain slug such as base, ethereum, polygon, unichain, or solana.
addresspathstring · required · Token contract address on that chain, or native for the gas token.