---
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
  - `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.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
