---
title: "Get Account Stats"
method: GET
path: "/v1/account/stats"
---

# Get Account Stats

`GET /v1/account/stats`

Get the authenticated account's 7-day trading stats (taker volume, maker volume,
account maker share, and entity maker share when applicable).
Stats are cached by UTC day and may be stale by up to 24 hours.

## Response `200`

Account stats response.

- AccountStats
  - `volume_7d` string, required — Rolling 7-day perpetual trading volume in USD
  - `taker_volume_7d` string, required — Rolling 7-day perpetual taker volume in USD
  - `maker_volume_7d` string, required — Rolling 7-day perpetual maker volume in USD
  - `account_maker_share_7d` string, required — Rolling 7-day account maker volume divided by total exchange volume
  - `entity_maker_share_7d` string — Rolling 7-day entity maker volume divided by total exchange volume
  - `entity_id` integer — Liquidity rewards entity ID
  - `entity_name` string — Liquidity rewards entity name

## Other responses

- `401` — Unauthorized — missing or invalid `POLYMARKET-PROXY` / `POLYMARKET-SECRET` credentials. `error` is `unauthorized`.
- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/versions/04930a2ca433/schema)
