---
title: "Register Subkey"
method: POST
path: "/account/subkeys"
tags: ["Subkey"]
---

# Register Subkey

`POST /account/subkeys`

Register a new subkey for the authenticated account.

## Request body

- RequestsCreateSubkey
  - `key_type` string — Key type to be registered as a subkey.
  - `name` string — User-friendly name for the subkey.
  - `public_key` string — Public key to be registered as a subkey.

## Response `201`

An empty response

## Other responses

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

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/d9fe8cd16a85?raw)
