Smart Money Trends
Tracks net inflows/outflows by smart money wallets across 24h, 7d, and 30d periods. Helps identify accumulation or distribution patterns and spot tokens gaining attention from top market participants.
Endpoint
GET https://api.dapplooker.com/v1/smart-money-trends
💡 Pro Tips
Use this endpoint to see where smart money is flowing — compare inflows vs. outflows to detect accumulation trends.
Multi-timeframe data (24h/7d/30d) makes it easy to catch early rotations or confirm sustained buying/selling pressure.
Great for alpha hunting — track which tokens are attracting whales and sophisticated traders before retail catches up.
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 API key used for authentication
token_tickers
string
No
Comma-separated token tickers (upto 30)
token_addresses
string
No
Comma-separated token addresses (upto 30)
Sample Request
Sample Response
Response Fields Explanation
Token Info
symbol(string) — Token nametoken_address(string) — Contract address of the token
Net Inflow / Net Outflow
Each object shows token movements from the Top 50 Smart Users over multiple timeframes:
usd_value_24h(decimal) — USD value in the last 24htoken_24h(decimal) — Token amount in the last 24husd_value_7d(decimal) — USD value in the last 7dtoken_7d(decimal) — Token amount in the last 7dusd_value_30d(decimal) — USD value in the last 30dtoken_30d(decimal) — Token amount in the last 30d
Last updated
Was this helpful?