---
title: "Get limo weekly leaderboard"
method: GET
path: "/limo/weekly/leaderboard"
tags: ["Limo"]
---

# Get limo weekly leaderboard

`GET /limo/weekly/leaderboard`

Example requests:

get first 20 leaderboard ranks: https://api.kamino.finance/limo/weekly/leaderboard?offset=0&limit=20

get leaderboard ranks between 100-200: https://api.kamino.finance/limo/weekly/leaderboard?offset=100&limit=100

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.

## Response `200`

OK

---

[API](https://skmtc.net/kamino/apis/kamino-finance-public-api.md) · [All operations](https://skmtc.net/kamino/apis/kamino-finance-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kamino/kamino-finance-public-api/revisions/f049f5a79b7e/schema)
