Query Parameters
Available options: 
hours, days, weeks, all Available options: 
quest, action, project curl --request GET \
  --url https://api-staging.boost.xyz/metrics/trending{
  "data": [
    {
      "rank": 123,
      "name": "<string>",
      "totalEthSpend": "<string>",
      "completions": 123,
      "boostId": "<string>",
      "imagePath": "<string>",
      "network": "<string>"
    }
  ],
  "trendType": "quest",
  "timeSpan": 123,
  "timeUnit": "hours"
}Get the top ten trending quests
curl --request GET \
  --url https://api-staging.boost.xyz/metrics/trending{
  "data": [
    {
      "rank": 123,
      "name": "<string>",
      "totalEthSpend": "<string>",
      "completions": 123,
      "boostId": "<string>",
      "imagePath": "<string>",
      "network": "<string>"
    }
  ],
  "trendType": "quest",
  "timeSpan": 123,
  "timeUnit": "hours"
}hours, days, weeks, all quest, action, project Show child attributes
Show child attributes