---
title: "List Subkeys"
method: GET
path: "/account/keys/subkeys"
tags: ["Subkey"]
---

# List Subkeys

`GET /account/keys/subkeys`

Get all subkeys for the authenticated account with optional filtering by status.

## Query parameters

- `with_revoked` boolean

## Response `200`

List of subkeys

- object
  - `results` object[] — Array of results
    - `account_id` string — Account ID that owns this subkey
    - `allowed_cidrs` string[] — IP CIDR allowlist; empty means unrestricted
    - `created_at` integer — Subkey creation timestamp (nanoseconds since epoch)
    - `id` integer — Unique subkey identifier
    - `name` string — User-provided subkey name
    - `public_key` string — Subkey public key
    - `revoked_at` integer — Revocation timestamp (nanoseconds since epoch, 0 if not revoked)
    - `state` string — Subkey state
    - `updated_at` integer — Last modification timestamp (nanoseconds since epoch)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
