GET
/
metrics
/
leaderboard
curl --request GET \
  --url https://api-staging.boost.xyz/metrics/leaderboard
[
  {
    "address": "<string>",
    "boostsCompleted": 123,
    "ethEarned": "<string>",
    "rank": 123,
    "ens": "<string>",
    "avatar": "<string>"
  }
]

Query Parameters

time
enum<string>
default:all
Available options:
24hr,
7d,
30d,
all
mode
enum<string>
default:eth-earned
Available options:
eth-earned,
boosts-completed
pageNo
number | null

Page number, default 1

pageSize
number | null

Page size, default 50

Required range: x <= 100
projects
string

project ids, comma separated

boostChainIds
string

network chain ids, comma separated

actions
string

action names, comma separated

searchQuery
string

0x address or ENS lookup

creatorAddresses
string

0x addresses, comma separated

Response

200
application/json

Success

The response is of type object[].