---
title: "Get user performance history"
method: GET
path: "/api/v1/user-info/people/{username}/gain"
tags: ["Users Info"]
---

# Get user performance history

`GET /api/v1/user-info/people/{username}/gain`

**Rate limit:** 60 requests per 60 seconds. This is the **default shared quota** — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.

---

Returns comprehensive historical monthly and yearly performance data including gain percentages, risk-adjusted returns, and detailed trading statistics. This endpoint provides both aggregated and time-series performance metrics.

## Path parameters

- `username` string, required

## Headers

- `x-request-id` string, uuid, required
- `x-api-key` string, password, required
- `x-user-key` string, password, required

## Response `200`

OK

- GetUserGainResponse
  - `monthly` GainEntry[]
    - `timestamp` string, date-time
    - `gain` number
  - `yearly` GainEntry[]
    - `timestamp` string, date-time
    - `gain` number

## Other responses

- `429` — Too Many Requests — the shared rate limit (60 requests / 60s) was exceeded.

---

[API](https://skmtc.net/etoro/apis/etoro-api.md) · [All operations](https://skmtc.net/etoro/apis/etoro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etoro/etoro-api/versions/69c1fb266c35/schema)
