---
title: "Get API public v1 entities leaderboard"
method: GET
path: "/api/public/v1/entities/leaderboard"
---

# Get API public v1 entities leaderboard

`GET /api/public/v1/entities/leaderboard`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- EntityLeaderboardBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `entities` EntityLeaderboardRow[], nullable, required
    - `entity` string, required
    - `grossEntryNotional` number, double, required
    - `openPositions` integer, required
    - `wallets` integer, required
  - `verified` CensusStamp
    - `chain_time` string, required — Chain timestamp of that snapshot (RFC3339)
    - `positions` integer, required — Open perp positions on the whole exchange at that snapshot
    - `verified_at_block` integer, required — Chain state snapshot block this data was last verified against

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.dev/coinversa/apis/coinversa-api.md) · [All operations](https://skmtc.dev/coinversa/apis/coinversa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinversa/coinversa-api/revisions/77c03c427063/schema)
