Activate pending subkey

Activate a pending subkey by providing a Starknet signature over pedersen(timestamp, eph_public_key).

Request

Subkey activation request
account_idstringRequired
Account ID that the pending subkey belongs to.
public_keystringRequired
Public key of the pending subkey to activate.
signaturelist of stringsRequired

Starknet signature [r, s] over pedersen(timestamp, eph_public_key).

timestampintegerRequired

Unix timestamp (seconds) included in signed message.

namestringOptional

Optional: New name for the subkey upon activation.

Response

OK
encrypted_keystring
Encrypted private key returned to client.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error