Activate pending subkey
Activate a pending subkey by providing a Starknet signature
over pedersen(timestamp, eph_public_key).
Request
Subkey activation request
account_id
Account ID that the pending subkey belongs to.
public_key
Public key of the pending subkey to activate.
signature
Starknet signature [r, s] over pedersen(timestamp, eph_public_key).
timestamp
Unix timestamp (seconds) included in signed message.
name
Optional: New name for the subkey upon activation.
Response
OK
encrypted_key
Encrypted private key returned to client.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error