Protokols
  1. Profile Charts
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
    • Get Profile Notable Follower Chart
      GET
    • Get Profile Smart Engagement Chart
      GET
    • Get Profile Views Chart
      GET
  • 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 Trending Projects By Smart Followers
    • Get Trending Projects By Smart Engagement
    • Get Trending KOLs By Views
    • Get Trending KOLs By Smart Followers
    • Get Trending KOLs By Smart Engagement
  • Leaderboards
    • List Leaderboards
    • Create Leaderboard
    • Get Leaderboard Details
    • Get Leaderboard Interactions
    • Update Leaderboard
    • Delete Leaderboard
    • Get Leaderboard Profiles
    • Modify Leaderboard Profiles
  1. Profile Charts

Get Profile Follower Chart

Tested
GET
/profile/{usernameOrId}/follower-chart
Retrieves time-series data for a Profile's follower count, suitable for chart rendering.

Request

Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Successful retrieval of narrative mindshare chart.
Body

🟠404Record not found
🟠400Invalid input
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://public-api.protokols.io/api/v1/profile//follower-chart?timeframe=90d&granularity=daily' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "date": 0,
            "value": 0
        }
    ]
}
Modified at 2025-07-04 07:58:49
Previous
Get Project AI Summary
Next
Get Profile Notable Follower Chart
Built with