---
title: "Get API public v1 exchange positions"
method: GET
path: "/api/public/v1/exchange/positions"
---

# Get API public v1 exchange positions

`GET /api/public/v1/exchange/positions`

## Response `200`

OK

- PositionsBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `byDex` DexPositions[], nullable, required
    - `closed24h` integer, required
    - `dex` string, required
    - `grossLosses24h` number, double, required
    - `grossProfits24h` number, double, required
    - `liquidated24h` integer, required
    - `openPositions` integer, required
    - `realizedPnl24h` number, double, required
    - `walletsWithPositions` integer, required
  - `generatedAt` string, required
  - `realizedPnl24h` number, double, required — Sum of realized PnL on every position closed in 24h, exchange-wide
  - `totalClosed24h` integer, required
  - `totalLiquidated24h` integer, required
  - `totalOpenPositions` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
