LeaderboardEntryDTO
This interface defines the fields that are returned by the backend runtime for individual entries using the endpoint /statistics/leaderboards. endpoint.
/statistics/leaderboards
Using the LeaderboardDTO interface
LeaderboardDTO
const entry = { address: "...", period: "20221117", periodFormat: "D", position: 1, amount: 0,
Contains the address of the user.
Contains the "date period" of which this entry aggregates data.
Contains the type of date period used to generate data.
Contains a leaderboard position.
Contains an amount of tokens earned during said date period.
v0.5.0
Generated using TypeDoc
LeaderboardEntryDTO
This interface defines the fields that are returned by the backend runtime for individual entries using the endpoint
/statistics/leaderboards
. endpoint.Using the
LeaderboardDTO
interfaceProperties
Contains the address of the user.
Contains the "date period" of which this entry aggregates data.
Contains the type of date period used to generate data.
Contains a leaderboard position.
Contains an amount of tokens earned during said date period.
v0.5.0