cURL
curl --request GET \ --url https://api.quantpilot.ai/tokens/{token_address}/followers \ --header 'x-api-key: <api-key>'
{ "token_address": "0xabc123...", "type": "smart", "page": 1, "limit": 50, "total": 180, "followers": [ { "follower_id": "f1", "handle": "@WhaleMaster", "wallet_address": "0x999aaa...", "follower_type": "whale", "estimated_portfolio": 2500000 } ] }
Returns a paginated list of followers for a token. Use the ‘type’ query parameter to filter for smart followers.
API key for authentication
Unique token address
Type of followers: all or smart
all
smart
Page number
Number of items per page
Successful response
"0xabc123..."
"smart"
1
50
180
Show child attributes