v1
latestOpenAPI 3.1.02026-07-243035381.4 MBGet trending tokens from Cryptoslam
/v4/data/marketplace/cryptoslam/token/trending
250 credits per API call per address
Returns trending tokens across the entire blockchain for a specified activity window and optional category. The size of the increase in active wallets over the activity window determines the token's trending rank.
Supported blockchains:
- Ethereum - ethereum-mainnet
- Base - base-mainnet
> 📘 Note for Free Users > > As a free user, your data is cached on a 1-day refresh cycle, and wallet queries run through tatumio.eth. This setup helps lower costs so you can easily try out the API. For real-time data, faster syncs, and the full capability of our platform, we recommend upgrading to a paid plan.
Query parameters
Chains supported by the tokens and wallets endpoints.
The blockchain to work with.
Aggregation window used to compute the trend.
Timeframe of analysis.
Response
OK
Example response
{
"data": [
{
"rank": 1,
"name": "Example Token",
"tokenAddress": "0x1111111111111111111111111111111111111111",
"symbol": "EXMPL",
"type": "fungible",
"fdv": 123456789.12,
"liquidity": 2345678.9,
"priceUSD": 1.2345,
"priceChanges": {
"5m": 1.1,
"15m": 2.3,
"1h": -0.5,
"3h": 4.2,
"6h": 9.9,
"1d": 12.5
},
"firstMint": "2025-08-03T23:47:47Z"
}
]
}