Protokols
    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

    Protokols API

    ⚡️ Pricing & Access
    Interested in using the Protokols API for your project, fund, or platform?
    Contact our sales team directly on Telegram: @hellotomweb3
    We offer flexible pricing plans based on your usage, scale, and needs.

    Protokols API Documentation#

    Welcome to the Protokols API! Our platform provides comprehensive data and analytics on crypto Key Opinion Leaders (KOLs), projects, narratives, and market trends. This API allows you to programmatically access our rich dataset to power your applications, research, and trading strategies.

    API Overview#

    The Protokols API is organized into several logical groups of endpoints, each focusing on a specific aspect of the crypto ecosystem:
    KOL Profile & Core Stats: Access detailed profiles of crypto influencers, including their social media presence, follower counts, engagement metrics, content style, historical call accuracy, and overall influence scores. Identify KOLs by username or associated contract addresses.
    KOL Charts: Retrieve time-series data for various KOL metrics, such as follower growth, notable follower acquisition, smart engagement trends, and the market cap distribution of tokens they have called. This data is ideal for visualizing KOL performance and influence over time.
    KOL Interactions & Mentions: Explore the connections and activities of KOLs. Get lists of tokens mentioned, projects interacted with, and notable followers. Understand who influences whom and how KOLs engage with different entities in the crypto space.
    Projects: Dive deep into crypto projects with endpoints providing AI-generated summaries, organic post volume charts, project view trends, lists of top contributors and first callers. These endpoints help in assessing project traction, community engagement, and influencer backing.
    Posts: Retrieve and search for social media posts. Access organic posts by specific users or perform broad searches for posts based on keywords, user mentions, token mentions, and various engagement or date filters.
    Narratives: Analyze the crypto narratives shaping the market. List all tracked narratives, get detailed statistics for specific narratives (including associated projects, market cap, mindshare), and retrieve chart data for narrative market cap and mindshare trends over time.
    Trending: Discover what's currently hot in the crypto world. Get lists of trending KOLs and projects based on various metrics like follower gain, engagement increase, social volume, and market cap changes over different time periods.

    Base URL#

    All API endpoints are relative to the following base URL:
    https://public-api.protokols.io/api/v1

    Rate Limiting#

    Information about API rate limits will be specified here to ensure fair usage.

    General Notes#

    For every checked Project or KOL, we recommend sending out a /track request first - it will guarantee faster response times in the future, as the initial indexing might take anywhere from 10 to 60 seconds.
    All responses are in JSON format.
    Timestamps are generally provided as Unix epoch in milliseconds. Specific formats are detailed in each endpoint's response schema.
    Many list endpoints support pagination via cursor query parameter. Pagination details are included in the response body.
    Sorting options are available for many list endpoints via sort_by and sort_order query parameters.
    We encourage you to explore the detailed documentation for each endpoint group to understand the full capabilities of the Protokols API. If you have any questions or require assistance, please refer to our support channels.
    Modified at 2025-06-30 15:31:46
    Next
    Authentication
    Built with