---
title: "List API public v1 pulse backstop events"
method: GET
path: "/api/public/v1/pulse/backstop-events"
---

# List API public v1 pulse backstop events

`GET /api/public/v1/pulse/backstop-events`

## Query parameters

- `method` string
- `maxRealizedPnl` number, double
- `limit` integer
- `offset` integer

## Response `200`

OK

- BackstopEventRow[], nullable
  - `address` string, required
  - `closedAt` string, required
  - `coin` string, required
  - `durationMs` integer, required
  - `entryVwap` number, double, required
  - `id` integer, required
  - `liquidationClosedPnl` number, double, required
  - `liquidationMethod` string
  - `liquidatorAddress` string
  - `openedAt` string, required
  - `peakSize` number, double, required
  - `penaltyFeePaid` number, double, required
  - `realizedPnl` number, double, required
  - `side` 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)
