cURL
curl --request GET \ --url https://api.quantpilot.ai/api/analytics/tokens/holders-growth \ --header 'x-api-key: <api-key>'
{ "limit": 10, "tokens": [ { "token_address": "0xqqq000...", "symbol": "QQQ", "name": "QQQ Token", "holders_growth": 12.5, "price": 1.15, "market_cap": 150000000 } ] }
Returns tokens sorted by holders growth.
API key for authentication
Number of items to return
Successful response
The response is of type object.
object