---
title: "Leaderboard"
method: GET
path: "/v1/leaderboard"
tags: ["Leaderboard"]
---

# Leaderboard

`GET /v1/leaderboard`

Returns the full leaderboard across multiple ranking types (realized PnL,
volume, trading fees) with 24h, 7d, 30d, and all-time windows.

Data is served from a pre-computed Redis cache that refreshes periodically.
Returns empty if cache is cold.

### Entry format

Each entry in a leaderboard type is an array:
`[address, account_id, rank, account_value, [24h_stats], [7d_stats], [30d_stats], [all_time_stats]]`

Each stats sub-array contains:
`[pnl_total, pnl_realized, volume, trading_fees, funding_fees, liquidation, roi]`

## Response `200`

Leaderboard data

- LeaderboardResponse
  - `updated_at` integer — Cache timestamp (Unix ms).
  - `leaderboards` object — Keyed by ranking type (realized_pnl, volume, trading_fees).

---

[API](https://skmtc.net/strikefinance/apis/strike-finance-staking-api.md) · [All operations](https://skmtc.net/strikefinance/apis/strike-finance-staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikefinance/strike-finance-staking-api/revisions/6b7d8bd51050/schema)
