Protokols
  1. KOLs
Protokols
  • Protokols API
  • Authentication
  • Rate Limits
  • Track Profiles
    • Track KOL Profile
      GET
    • Track Project Profile
      GET
  • Twitter Profiles
    • Get Profile
      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
    • Get Project Organic Posts Chart
      GET
    • Get Project Organic Views Chart
      GET
    • Get Project Mentioned Contract Addresses
      GET
    • Get Project AI Summary
      GET
  • 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
  • Webhooks
    • Get Webhook URLs
    • Add Webhook URL
    • Track Profile
  1. KOLs

Get KOL Coin Narratives Distribution

Tested
GET
/kols/{UsernameOrId}/coin-narratives
Shows the distribution of narratives in the token calls made by the KOL, including post counts and percentage values.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://public-api.protokols.io/api/v1/kols//coin-narratives' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
Response Response Example
200 - Success
{
    "data": {
        "username": "IvanOnTech",
        "dominant_narratives": [
            {
                "narrative_id": "42",
                "narrative_name": "Meme",
                "posts_count": 4,
                "domination_percent": 43.47826086956522
            },
            {
                "narrative_id": "55",
                "narrative_name": "Layer 1",
                "posts_count": 4,
                "domination_percent": 43.47826086956522
            },
            {
                "narrative_id": "38",
                "narrative_name": "DeFi",
                "posts_count": 2,
                "domination_percent": 13.043478260869565
            }
        ]
    }
}

Request

Path Params
UsernameOrId
string 
required
Header Params
authorization
string 
optional
Default:
Bearer {{auth_token}}

Responses

🟢200Success
application/json
Successfully retrieved KOL coin narrative associations.
Body
data
object (KOL Coin Narratives Distribution) 
required
username
string 
required
dominant_narratives
array [object {4}] 
required
🟠404Record not found
🟠400Invalid input
Modified at 2025-07-07 07:38:07
Previous
Get KOL Calls Overview
Next
Get KOL Calls Market Cap Distribution
Built with