User-friendly name for the subkey.
Encrypted private key (required if state=pending).
Ephemeral public key for signature verification (required if state=pending).
EVM (EIP-191) registration signature, used in place of signature /
signature_timestamp / signature_expiry when the account’s main
key is a secp256k1 key (AccountSignerType == EIP191). The server
reconstructs nothing — the raw SIWE message presented to the user is
supplied verbatim in siwe_message and the personal_sign signature
in evm_signature. The SIWE message’s Statement must equal
“Paradex Subkey Registration: 0x<new_subkey_pubkey>” (lowercased
pubkey); that line is what binds the authorisation to the specific
subkey being registered.
Signature from the account’s main StarkNet private key over pedersen_array(account, public_key, signature_timestamp, signature_expiry). Required when the server enforces main-key authorization on subkey registration (feature flag EnableSubkeyRegistrationSignature). Format: [r, s].
Unix seconds; included in signed message and bounds replay window.
Unix seconds; included in signed message.
State of the subkey: ‘active’ or ‘pending’. Defaults to ‘active’.