Changelog
We improve our data by providing new endpoints, API features, and fixing bugs. All updates and improvements will be logged here.
May 06, 2025
Added new Historical Market Data API, useful for analyzing token performance trends over time
May 29, 2025
Added Pagination enabled Chain and Ecosystem filter support in following APIs:
Added new Trending Tokens (Scanner) API, helps identify high-momentum tokens
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
Added new Multi-Timeframe Technical Analysis (TA) data API
April 29, 2025
Added Base tokens to all API Enpoints
List of All Tokens
/crypto-metainfo
Crypto Token Market Data
/crypto-market
Agent Details
/agents
April 18, 2025
Moved holder insights from
smart_money_insights
for better categorisation. It is now added in a new section calledagent_holder_insights
Dev bundle now includes bundle count and current supply percentage.
Moved
total_supply
toagent_metrics
.
April 16, 2025
Token filter based on
chain
is now supported incrypto-market
API.Updated
ask-loky
API to supportchain
param in request body.Supported values for
chain
areSolana
andBase
.API
ask-loky
will now include tokens contact address.
Last updated
Was this helpful?