---
title: "Get API public v1 hip4 top traders"
method: GET
path: "/api/public/v1/hip4/top-traders"
---

# Get API public v1 hip4 top traders

`GET /api/public/v1/hip4/top-traders`

## Query parameters

- `limit` integer — Max traders to return (1..100, default 25)
- `days` integer — Look-back window in days (default 7, max 30)

## Response `200`

OK

- TopTradersBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `count` integer, required
  - `traders` TopTraderItem[], nullable, required
    - `address` string, required
    - `distinctOutcomes` integer, required
    - `fills` integer, required
    - `realizedPnlUsdh` number, double, required
    - `totalContracts` number, double, required
    - `totalNotionalUsdh` 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)
