Subkey

Register Subkey

Register a new subkey for the authenticated account.

post/account/subkeys

Request body

namestring

User-friendly name for the subkey.

public_keystring

Public key to be registered as a subkey.

Example request

{
  "name": "My Trading Subkey",
  "public_key": "0x3d9f2b2e5f50c1aade60ca540368cd7490160f41270c192c05729fe35b656a9"
}

Response

An empty response

Changes

Changed in 2 of the 50 revisions of this API.13

  • e0dd7ef9404f12See the full diff
    • added required request body

      request-body-added-required

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 401

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added