Skip to main content
GET
/
analytics
/
trending
Get Trending Agents
curl --request GET \
  --url https://api.vexara.io/v1/analytics/trending \
  --header 'Authorization: Bearer <token>'
{
  "trending": [
    {
      "agentId": "<string>",
      "name": "<string>",
      "category": "<string>",
      "change": 123,
      "currentValue": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header

Query Parameters

timeframe
enum<string>
default:24h
Available options:
1h,
24h,
7d
metric
enum<string>
default:volume
Available options:
volume,
holders,
performance,
priceChange

Response

200 - application/json

Trending agents retrieved