Subkey
Register Subkey
Register a new subkey for the authenticated account.
post/account/subkeys
Request body
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
- ▲
added required request body
request-body-added-required
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-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
- ○