Projects
List projects
GET /v1/projectsParameter
Type
Description
{
"data": [
{
"id": "prj_xyz789",
"name": "Project Name",
"ecosystem": "base",
"category": "defi",
"sentiment_score": 0.74,
"community_size": 18400,
"creator_mention_count_30d": 92,
"trending": true
}
],
"next_cursor": "eyJpZCI6..."
}Get a project
Sentiment scores
Last updated
Was this helpful?