---
title: "Get Credentials"
method: GET
path: "/v1/account/credentials"
---

# Get Credentials

`GET /v1/account/credentials`

Get the account ID, address, and proxy keys for the authenticated account.

## Response `200`

Credentials response.

- Credentials
  - `address` string, required — Address
  - `keys` Key[], required
    - `proxy` string, required — Proxy address in hex format
    - `label` string — Human-readable label for a proxy key or internal transfer
    - `expiry` integer, required — Expiry timestamp in milliseconds

## Other responses

- `400` — Bad request — the request was malformed or failed validation (bad query parameters, unparseable body, invalid signature, or a domain pre-check). The `error` field is a human-readable validation detail.
- `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/e17c4709273e/schema)
