Skip to main content
The Tokens API gives you detailed on-chain and market data for any token across all seven SURCHI-supported networks. You can fetch a token by its contract address, search for tokens by name or symbol, retrieve a ranked holder list, and pull a live trending feed. All endpoints require the 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.