---
title: "List API public v1 pulse lethal coins"
method: GET
path: "/api/public/v1/pulse/lethal-coins"
---

# List API public v1 pulse lethal coins

`GET /api/public/v1/pulse/lethal-coins`

## Query parameters

- `minLifecycles` integer
- `limit` integer
- `offset` integer

## Response `200`

OK

- LethalCoinRow[], nullable
  - `coin` string, required
  - `liquidationPct` number, double, required
  - `liquidations` integer, required
  - `totalLifecycles` integer, required
  - `totalPenalty` number, double, 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)
