Changelog
We improve our data by providing new endpoints, API features, and fixing bugs. All updates and improvements will be logged here.
Last updated
Was this helpful?
We improve our data by providing new endpoints, API features, and fixing bugs. All updates and improvements will be logged here.
Last updated
Was this helpful?
Added additional fields in X social metrics in /crypto-market
and /agents
. 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.
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
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.
Added Base tokens to Loky APIs.
NLQ Response:
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
.
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.
Genesis data integrated in
Added new muliti-interval token metrics (price change) in /token-ta
() API.
Added X social metrics in /crypto-market
and /agents
APIs.
Added new (TA) data API
/crypto-metainfo
/crypto-market
/agents
/ask-loky