---
title: "List API public v1 pulse top liquidators"
method: GET
path: "/api/public/v1/pulse/top-liquidators"
---

# List API public v1 pulse top liquidators

`GET /api/public/v1/pulse/top-liquidators`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- TopLiquidatorRow[], nullable
  - `distinctCoins` integer, required
  - `distinctVictims` integer, required
  - `liquidationsExecuted` integer, required
  - `totalLiquidationPnl` number, double, required
  - `totalPenaltyCollected` number, double, required
  - `wallet` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error
- `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)
