---
title: "Get Subkey"
method: GET
path: "/account/keys/subkeys/{public_key}"
tags: ["Subkey"]
---

# Get Subkey

`GET /account/keys/subkeys/{public_key}`

Get a specific subkey for the authenticated account by its public key.

## Path parameters

- `public_key` string, required

## Response `200`

Subkey details

- ResponsesSubkey
  - `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
- `404` — Not Found

---

[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/revisions/0574c98df104/schema)
