One call for Coral's full read on a token

Pass any chain and contract address to /tokens/{chain}/{address} and get back Coral's whole read in one response: market data, Coral Score, holder concentration, contract safety, and socials. Build apps, agents, dashboards, bots, and research tools on the same public read API. Endpoint details are below, with the raw spec available when you need it.

Public data, no key needed

The v1 API is unauthenticated and open for public reads. Pull token cards, treasury, and leaderboard data straight into your app.

Heavily rate limited

Public preview limits are intentionally strict. Cache responses and avoid polling faster than your product needs.

Attribution required

Show visible attribution to Coral and link to 0xcoral.com when displaying Coral data in another app or agent.

Coral's full read on a token

# market data, Coral Score, holders, safety, and socials in one call
curl https://api.0xcoral.com/api/v1/tokens/base/0x4e606Cb7370A61060Ad9916462871750D77e2b07

Works for any contract address, not just listed tokens. The Coral Score is a 0 to 100 read with a verdict and a confidence label; thin-data tokens come back as an early read rather than a made-up number.

Reference

4 operations from Coral API 1.0.0.

Current capabilities

get/community/leaderboard

Get 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.

Current capabilities
get/community/tokens

Get trending community tokens

Returns 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.

Current capabilities

Parameters

limitquery

number · Maximum tokens to return, from 1 to 50.

includeMetadataquery

boolean · Set false, 0, or no to skip cached/live token metadata enrichment.

get/dashboard

Public Coral dashboard snapshot

Current public Coral aggregate. This is the best starting point for apps and agents: treasury, wallet snapshot, latest pulse, and historical performance stats.

Current capabilities
get/tokens/{chain}/{address}

Coral's full read on a token

Coral's full read on any token by chain and contract address, in one call: market data, Coral Score (a 0 to 100 authenticity and quality grade with a verdict, a confidence label, and a plain-English explanation), holder concentration, contract safety, and socials. Works for any address, not just listed tokens. Thin-data tokens come back as an early read rather than a made-up score.

Current capabilities

Parameters

chainpath

string · required · Chain slug such as base, ethereum, polygon, unichain, or solana.

addresspath

string · required · Token contract address on that chain, or native for the gas token.