GET
/
metrics
/
trending
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"
}

Query Parameters

timeSpan
string
required
timeUnit
enum<string>
required
Available options:
hours,
days,
weeks,
all
trendType
enum<string>
required
Available options:
quest,
action,
project
status
enum<string>[]
actions
enum<string>[]

Response

200
application/json

Success

The response is of type object.