Trending Tokens (Scanner)
Retrieve a list of currently trending crypto tokens based on real-time activity and market signals. Useful for identifying high-momentum tokens gaining traction across specific chains.
Last updated
Was this helpful?
Retrieve a list of currently trending crypto tokens based on real-time activity and market signals. Useful for identifying high-momentum tokens gaining traction across specific chains.
Last updated
Was this helpful?
GET https://api.dapplooker.com/v1/trending
💡 Pro Tips
This endpoint returns the top 10 trending tokens on a selected chain—perfect for spotting what’s gaining traction in real time.
It provides live market data such as volume, liquidity, market cap, and short-term price changes (1h & 24h)—ideal for quick sentiment reads.
Use it to identify high-momentum tokens early before they gain broader visibility.
Combine with other endpoints like and to build a deeper picture of each trending token’s fundamentals.
Parameter name
Type
Mandatory
Description
api_key
string
Yes
Your unique Loky API key used for authentication
chain
string
Yes
The network chain to query. Supported chains: base, solana
token_id
(string): A unique assigned identifier for the token.
token_name
(string): The full, human-readable name of the token.
token_symbol
(string): The token’s ticker symbol, typically used in trading.
token_address
(string): The on-chain address (contract address) of the token.
volume
(string): The total trading volume for the token in the last 24 hours, denominated in USD.
liquidity
(string): The current liquidity available for the token, typically based on decentralized exchange pools.
mcap
(string): The market capitalization of the token, calculated as price × circulating supply.
price_change_percentage_1h
(string): The token’s price percentage change over the past 1 hour.
price_change_percentage_24h
(string): The token’s price percentage change over the past 24 hours.
network
(string): The blockchain network on which the token is deployed (e.g., base
, solana
).