Unified Token Intelligence API

Access consolidated token data through a single endpoint — combining market metrics, technical indicators, on-chain activity, and social sentiment. Designed for advanced token profiling, decision support, and agentic automation.

Endpoint

GET https://api.dapplooker.com/v1/crypto-market

💡 Pro Tips

  • This endpoint returns a maximum of 30 items per page. Use page query parameter and pagination attributes (being returned in the response) to navigate through results.

  • You can fetch tokens data directly by specifying the chain and ecosystem—no need to pass individual token addresses, ids or tickers.

  • To retrieve data for specific token(s), use the token_addresses , token_ids or token_tickers query parameter.

  • This endpoint is x402 payment–enabled, opening access for all users — simply pay and use without needing an API key.

Authentication

This endpoint supports two authentication methods:

Method

Description

API Key

Provide your Loky API key using the api_key parameter for authenticated access.

x402 Payment Protocol

If api_key is not provided, the request automatically uses the x402 protocol for on-chain payment verification.

For seamless integration, user can follow the x402 Quickstart Guide for Buyers.

Query Parameters

Parameter name

Type

Mandatory

Description

api_key

string

No

Your unique Loky API key used for authentication

chain

string

Yes

The network chain to query. Supported chains: base, solana

token_tickers

string

No

Comma-separated token tickers (upto 30) to fetch info

token_addresses

string

No

Comma-separated token contract addresses (upto 30) to fetch info

token_ids

string

No

Comma-separated token IDs (upto 30) to fetch info

ecosystem

string

No

Specific ecosystem tokens to query. Supported ecosystem: virtuals

page

integer

No, Default page 1

Page number, 30 items per page

Sample Request

Sample Response

Response Fields Explanation

Token Info:

  • id (string): Unique identifier for the token.

  • symbol (string): Token name.

  • ecosystem (string): Ecosystem of the token.

  • image (string): URL of the token’s image.

  • description (string): Description of the token.

  • ca (string): Contract address of the token.

Token Holder Insights:

  • total_holder_count (integer): Total number of token holders.

  • holder_count_change_percentage_24h (decimal): Change in the number of holders over the last 24 hours (percentage).

  • fifty_percentage_holding_wallet_count (integer): Number of wallets holding 50% of the total supply.

  • first_100_buyers_initial_bought (decimal): Total amount initially purchased by the first 100 buyers.

  • first_100_buyers_initial_bought_percentage (decimal): Percentage of total supply initially bought by the first 100 buyers.

  • first_100_buyers_current_holding (decimal): Current total holdings of the first 100 buyers.

  • first_100_buyers_current_holding_percentage (decimal): Current percentage of total supply held by the first 100 buyers.

  • top_10_holder_balance (decimal): Combined token balance of the top 10 holders.

  • top_10_holder_percentage (decimal): Percentage of total token supply held by the top 10 holders.

  • top_50_holder_balance (decimal): Combined token balance of the top 50 holders.

  • top_50_holder_percentage (decimal): Percentage of total token supply held by the top 50 holders.

  • top_100_holder_balance (decimal): Combined token balance of the top 100 holders.

  • top_100_holder_percentage (decimal): Percentage of total token supply held by the top 100 holders.

Technical Indicators:

  • support (decimal): Support price level.

  • resistance (decimal): Resistance price level.

  • rsi (decimal): Relative Strength Index (RSI) of the token.

  • sma (decimal): Simple Moving Average (SMA) of the token.

Token Metrics:

  • usd_price (decimal): Current price of the token in USD.

  • mcap (decimal): Market capitalization of the token.

  • fully_diluted_valuation (decimal): Fully diluted valuation of the token.

  • volume_24h (decimal): Trading volume of the token in the last 24 hours.

  • price_change_percentage_1h (decimal): Price change in the last 1 hour (percentage).

  • price_change_percentage_24h (decimal): Price change in the last 24 hours (percentage).

  • price_change_percentage_7d (decimal): Price change in the last 7 days (percentage).

  • price_change_percentage_30d (decimal): Price change in the last 30 days (percentage).

  • volume_change_percentage_7d (decimal): 7-day trading volume change (percentage).

  • volume_change_percentage_30d (decimal): 30-day trading volume change (percentage).

  • mcap_change_percentage_7d (decimal): 7-day market capitalization change (percentage).

  • mcap_change_percentage_30d (decimal): 30-day market capitalization change (percentage).

  • price_high_24h (decimal): Highest price of the token in the last 24 hours.

  • price_ath (decimal): All-time high price of the token.

  • circulating_supply (decimal): Number of tokens currently in circulation.

  • total_supply (decimal): Total supply of the token.

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.

Last Update Datetime:

  • last_updated_at (DateTime): ISO timestamp of last data update.

Pagination Attributes:

  • page (integer): The current given page number, also being returned in the response.

  • pageSize (integer): The number of max items can be included per page.

  • pageCount (integer): The total number of pages available.

  • total (integer): The total number of items available across all pages.

Last updated

Was this helpful?