---
title: "Get copiers public info"
method: GET
path: "/api/v1/pi-data/copiers"
tags: ["PI Data"]
---

# Get copiers public info

`GET /api/v1/pi-data/copiers`

**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.

## Headers

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

## Response `200`

A list of copiers

- GeCopiersResponse — Response object containing a list of portfolio copiers.
  - `copiers` object[], nullable — List of users copying your portfolio, with demographic and financial info.
    - `Gender` string — Gender of the copier
    - `Club` string — Membership club level
    - `Country` string — Country of residence
    - `CopyStartedAtCategory` 'less than 1 day' | 'less than 1 week' | 'less than 1 month' | 'less than 1 year' | 'more than 1 year' — How long ago the copy relationship started
    - `AmountCategory` '<100' | '100-500' | '500-1000' | '1000-5000' | '>5000' — Amount being copied
    - `AgeCategory` 'Under 18' | '18-29' | '30-44' | '45-59' | '60+' — Age range of the copier
    - `CopyRealizedEquity_pnl` string — Total realized equity PnL of the copier
    - `AvailableCopyBalance` string — Available copy balance of the copier

## 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/revisions/69c1fb266c35/schema)
