Points
Get points leaderboard
Example requests:
Get first 20 leaderboard ranks: https://api.kamino.finance/points/leaderboard?offset=0&limit=20
Get leaderboard ranks between 100-200: https://api.kamino.finance/points/leaderboard?offset=100&limit=100
Get first 20 leaderboard ranks for season 2: https://api.kamino.finance/points/leaderboard?offset=0&limit=20&source=Season2
To implement pagination fetch the first page (offset = 0, limit = 20 for example) and then look at the property totalLeaderboardCount to calculate the amount of pages you will display.
get/points/leaderboard
Response
OK