Protokols
  1. Trending
Protokols
  • Protokols API
  • Authentication
  • Rate Limits
  • Track Profiles
    • Track KOL Profile
      GET
    • Track Project Profile
      GET
  • Twitter Profiles
    • Get Profile
      GET
    • Get Profile By IDs
      GET
    • Get Profile by Contract Address
      GET
    • Get Profile Statistics
      GET
    • Get Profile Smart Engagement Posts
      GET
    • Get Profile Notable Followers
      GET
    • Get Profile Username History
      GET
    • Get Profile Followers Paginated
      GET
    • Get Profile Following Paginated
      GET
    • Search Profiles
      GET
  • Posts
    • Get Posts By ID
      GET
    • Search Posts
      GET
    • Get Post Retweets
      GET
    • Get Posts Replies
      GET
  • KOLs
    • Get KOL Calls Overview
      GET
    • Get KOL Coin Narratives Distribution
      GET
    • Get KOL Calls Market Cap Distribution
      GET
    • Get KOL Token Mentions
      GET
    • Get KOL Project Interactions
      GET
  • Projects
    • Get Project Top Influencers
    • Get Project Organic Posts Chart
    • Get Project Organic Views Chart
    • Get Project Mentioned Contract Addresses
    • Get Project AI Summary
  • Profile Charts
    • Get Profile Follower Chart
    • Get Profile Notable Follower Chart
    • Get Profile Smart Engagement Chart
    • Get Profile Views Chart
  • Narratives
    • List Narratives
    • Get Narrative Details
    • List Projects in Narrative
    • Get Narrative Market Cap Chart
    • Get Narrative Mindshare Chart
  • Trending
    • Get Trending Projects By Views
      GET
    • Get Trending Projects By Smart Followers
      GET
    • Get Trending Projects By Smart Engagement
      GET
    • Get Trending KOLs By Views
      GET
    • Get Trending KOLs By Smart Followers
      GET
    • Get Trending KOLs By Smart Engagement
      GET
  • Leaderboards
    • List Leaderboards
    • Create Leaderboard
    • Get Leaderboard Details
    • Get Leaderboard Interactions
    • Update Leaderboard
    • Delete Leaderboard
    • Get Leaderboard Profiles
    • Modify Leaderboard Profiles
  1. Trending

Get Trending Projects By Smart Engagement

Developing
GET
/trending/projects/smart-engagement
Get the latest trending projects by smart engagement increase, based on the timeframe
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://public-api.protokols.io/api/v1/trending/projects/smart-engagement?limit=20&timeframe=30d' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
Response Response Example
{
    "data": {
        "twitter_profile": {
            "id": "string",
            "username": "string",
            "avatar_url": "string",
            "description": "string",
            "display_name": "string",
            "followers_count": 0,
            "lang": "string",
            "following_count": 0,
            "is_verified": true,
            "profile_created_at": "string",
            "description_link": "string",
            "gold_badge": true
        }
    },
    "coin": {
        "name": "string",
        "symbol": "string",
        "image_url": "string",
        "market_cap": "string",
        "price": 0,
        "contract_address": "string"
    },
    "smart_engagement": {
        "count": 0,
        "absolute_change": 0
    }
}

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Modified at 2025-07-17 16:03:04
Previous
Get Trending Projects By Smart Followers
Next
Get Trending KOLs By Views
Built with