cURL
curl --request GET \ --url https://api.messari.io/ai/v1/questions/trending \ --header 'X-Messari-API-Key: <api-key>'
{ "data": { "questions": [ { "question": "<string>", "topic_id": "<string>", "topic_title": "<string>" } ] }, "error": "<string>" }
The Trending Questions endpoint fetches suggested Copilot questions based on the latest trending topics
Maximum number of questions to return
Default response
The response is of type object.
object