Retrieve the enclave’s P-256 public key in PEM format. Non-SDK callers need this
key to implement ECIES encryption for the migrate-share endpoint.
SDK users do not need to call this endpoint directly — the migrateWalletShare()
method fetches and caches the key automatically.
Your partner secret key (server-side only)
UUID for request tracing. Para returns one if omitted.
Enclave public key
PEM-formatted P-256 public key for ECIES encryption
"-----BEGIN PUBLIC KEY-----\nMFkwEwYH...\n-----END PUBLIC KEY-----"
SHA-256 fingerprint of the public key for verification
"SHA256:abc123..."
Timestamp when the key was generated
"2025-01-15T00:00:00.000Z"