For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changelog

Track newly added endpoints, exchange coverage, signal upgrades and performance improvements.

March 25, 2026
November 03, 2025
October 15, 2025
  • Added x402 payment support for open and pay-per-use access.

  • Made api_key parameter optional. If api_key not provided, the request automatically uses the x402 protocol for on-chain payment verification.

September 27, 2025
  • Added new Staking Intelligence API - useful for analyzing validator performance, staking yields, and delegation insights.

  • Added new Smart Money Trends API - helps track movements of top wallets and emerging alpha signals.

June 18, 2025
  • Update Chain param as optional in NLQ API (Ask Loky) , allowing more flexible token analysis across networks.

June 06, 2025
May 29, 2025
May 20, 2025
  • Added additional fields in X social metrics in /crypto-market (Crypto Token Market Data) and /agents (Agent Details) API. The response format is also updated.

    • X Social Metrics:

      • mindshare_3d (decimal): Token's share of attention in social discussions in the past 3 days.

      • mindshare_change_percentage_3d (decimal): Percent change of mindshare value in the past 3 days.

      • impression_count_3d (integer): Number of times the token content is viewed in the past 3 days.

      • impression_count_change_percentage_3d (decimal): Percent change of impression count value in the past 3 days.

      • engagement_count_3d (integer): Interactions like likes, shares, and comments in the past 3 days.

      • engagement_count_change_percentage_3d (decimal): Percent change of engagement count value in the past 3 days.

      • follower_count_3d (integer): Total followers tracking the token in the past 3 days.

      • smart_follower_count_3d (integer): Followers with high influence or expertise in the past 3 days.

      • mindshare_7d (decimal): Token's share of attention in social discussions in the past 7 days.

      • mindshare_change_percentage_7d (decimal): Percent change of mindshare value in the past 7 days.

      • impression_count_7d (integer): Number of times the token content is viewed in the past 7 days.

      • impression_count_change_percentage_7d (decimal): Percent change of impression count value in the past 7 days.

      • engagement_count_7d (integer): Interactions like likes, shares, and comments in the past 7 days.

      • engagement_count_change_percentage_7d (decimal): Percent change of engagement count value in the past 7 days.

      • follower_count_7d (integer): Total followers tracking the token in the past 7 days.

      • smart_follower_count_7d (integer): Followers with high influence or expertise in the past 7 days.

May 16, 2025
  • Genesis data integrated in API Enpoints

  • Added new muliti-interval token metrics (price change) in /token-ta (Technical Analysis Data) API.

    • Token Metrics: Contains multi-interval market data change metrics for the token.

      • price_change_percentage_{interval}: Price change percentage for specified time interval.

        • Available intervals:

          1m ,5m ,15m,1h,4h,1d,1w,30d

  • Added X social metrics in /crypto-market (Crypto Token Market Data) and /agents (Agent Details) APIs.

    • X Social Metrics:

      • mindshare (decimal): Token's share of attention in social discussions.

      • impressionCount (integer): Number of times the token content is viewed.

      • engagementCount (integer): Interactions like likes, shares, and comments.

      • followerCount (integer): Total followers tracking the token.

      • smartFollowerCount (integer): Followers with high influence or expertise.

May 09, 2025
April 29, 2025
April 18, 2025
  • Moved holder insights from smart_money_insights for better categorisation. It is now added in a new section called agent_holder_insights

  • Dev bundle now includes bundle count and current supply percentage.

  • Moved total_supply to agent_metrics.

April 16, 2025
  • Token filter based on chain is now supported in crypto-market API.

  • Updated ask-loky API to support chain param in request body.

  • Supported values for chain are Solana and Base.

  • API ask-loky will now include tokens contact address.

Last updated