---
title: "Get top users' stats for contest"
method: GET
path: "/v1/contests/{id}/top"
tags: ["Contests"]
---

# Get top users' stats for contest

`GET /v1/contests/{id}/top`

## Path parameters

- `id` integer, required

## Response `200`

User stats for given contest

- ApiContestUserStats[]
  - `address` string, required
  - `position` integer, required
  - `volume_usd` number, double, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/fd1067547679/schema)
