curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/dash/leaderboard{
"leaderboard": [
{
"rank": 123,
"address": "<string>",
"score": 123
}
],
"total": 123,
"page": 123
}Referral competition rankings
curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/dash/leaderboard{
"leaderboard": [
{
"rank": 123,
"address": "<string>",
"score": 123
}
],
"total": 123,
"page": 123
}