AIXBT Docs

Top Projects by Climbing Growth

GET
/v2/projects/top/climbing

Returns projects ranked by climbingScore. This surfaces slower 72h attention accumulation across 4h buckets, requiring final-day growth, author/cluster breadth, and penalizing concentrated bursts.

Query Parameters

limit?integer

Number of projects to return (default 10, max 50)

Default10
Range1 <= value <= 50
projectIds?string

Optional comma-separated project IDs to filter by

names?string

Optional comma-separated project names to filter by

tickers?string

Optional comma-separated token tickers to filter by

chain?string

Optional blockchain filter

Response Body

application/json

curl -X GET "https://example.com/v2/projects/top/climbing"
{
  "status": 200,
  "data": [
    {
      "id": "string",
      "name": "string",
      "spikingScore": 0,
      "activeScore": 0,
      "climbingScore": 0,
      "momentumContext": {
        "spikingTrajectory": "rising",
        "climbingTrajectory": "rising",
        "distinctClusters": 0,
        "peakRank48h": 0,
        "bestRank14d": 0,
        "rankedSince": "2019-08-24T14:15:22Z",
        "leaderboard": {
          "top10": {
            "enteredAt": "2019-08-24T14:15:22Z",
            "currentHours": 0,
            "wasYesterday": true,
            "entryCount24h": 0,
            "stabilityLabel": "flash"
          },
          "top25": {
            "enteredAt": "2019-08-24T14:15:22Z",
            "currentHours": 0,
            "wasYesterday": true,
            "entryCount24h": 0,
            "stabilityLabel": "flash"
          }
        }
      }
    }
  ]
}
Empty