read:tokens scope on your API key.
GET /v1/tokens/
Retrieve full analytics for a single token by its contract address. Returns price, market cap, volume, liquidity, holder count, risk score, and metadata.Parameters
Example Request
Example Response
Response Fields
GET /v1/tokens/search
Search for tokens by name or symbol across one or all supported networks. Results are ordered by liquidity descending.Parameters
Example Request
Example Response
GET /v1/tokens//holders
Retrieve a paginated list of token holders, ordered by balance descending. Useful for whale analysis and holder concentration checks.Parameters
Example Request
Example Response
GET /v1/trending
Retrieve the current trending tokens feed. Results are ranked by a composite score that weighs volume growth, holder growth, and social signals over the requested timeframe.Parameters
Example Request
Example Response
The trending feed is refreshed every 60 seconds. Polling more frequently than once per minute will not yield new results and counts against your rate limit.