cURL
curl --request GET \ --url https://api.quantpilot.ai/analytics/tokens/smart-engagement \ --header 'x-api-key: <api-key>'
{ "limit": 10, "tokens": [ { "token_address": "0xsmart001...", "symbol": "SMART", "name": "Smart Token", "smart_engagement": 150 } ] }
Returns tokens sorted by smart engagement.
API key for authentication
Number of items to return
Successful response
The response is of type object.
object