---
title: "Get trending questions"
method: GET
path: "/ai/v1/questions/trending"
---

# Get trending questions

`GET /ai/v1/questions/trending`

Get questions for trending topics

## Query parameters

- `limit` integer, required

## Response `200`

Default response

- object
  - `data` TrendingQuestionsResponse, required
    - `questions` TrendingTopicQuestion[], required
  - `error` string

## Other responses

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

---

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