Skip to main content
Retrieve comprehensive token statistics from Rugcheck, including new tokens, recently active tokens, trending tokens, and verified tokens on Solana.

Endpoint

GET /token-statistic
POST /token-statistic

x402 Payment Required

This endpoint requires x402 payment. Payment is settled only upon successful data retrieval.

Parameters

No parameters required.

Response

rugcheck/new_tokens
array
List of newly created tokens on Solana with Rugcheck analysis
rugcheck/recent
array
Recently active tokens with updated statistics
Trending tokens based on trading activity and volume
rugcheck/verified
array
Verified tokens that have passed Rugcheck security analysis

Data Source

This endpoint aggregates data from multiple Rugcheck API endpoints in parallel for comprehensive token statistics.

Example Request

curl "https://api.syraa.fun/token-statistic" \
  -H "Payment-Request: {x402-payment-header}"

Example Response

{
  "rugcheck/new_tokens": [
    {
      "mint": "TokenAddress123...",
      "name": "Example Token",
      "symbol": "EXMPL",
      "score": 85
    }
  ],
  "rugcheck/recent": [...],
  "rugcheck/trending": [...],
  "rugcheck/verified": [...]
}

Error Responses

  • 500 Internal Server Error - Failed to fetch data from Rugcheck API

Build docs developers (and LLMs) love