---
title: "GET /api/v1/protocols/{protocolId}/trending_tokens"
method: GET
path: "/api/v1/protocols/{protocolId}/trending_tokens"
tags: ["wormholescan"]
---

# GET /api/v1/protocols/{protocolId}/trending_tokens

`GET /api/v1/protocols/{protocolId}/trending_tokens`

Returns the top 100 trending tokens for a given protocol ranked by USD volume transferred
The endpoint automatically selects hourly or daily aggregation based on the time range
For ranges < 24 hours, hourly data is used and 'from' must be within last 24 hours
Otherwise, daily data is used

## Path parameters

- `protocolId` string, required

## Query parameters

- `from` string, required
- `to` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/wormholescan/apis/wormholescan-api.md) · [All operations](https://skmtc.net/wormholescan/apis/wormholescan-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wormholescan/wormholescan-api/revisions/898025105c49/schema)
