Signs EIP-712 typed structured data. Only supported for EVM wallets.
Computes the EIP-712 hash of the provided domain, types, and message, then
signs via MPC. The EIP712Domain type is handled automatically and should
be omitted from types.
Your partner secret key (server-side only)
UUID for request tracing. Para returns one if omitted.
Unique key for safe retries on POST endpoints. If a request with the same key is received within 24 hours, the original response is returned without re-executing. Recommended format: UUID v4. Max length 256 characters. Returns 422 if the same key is reused with a different request body. Returns 409 if a request with the same key is still being processed.
256Wallet ID
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
Signature
Hex-encoded signature without 0x prefix.
"a1b2c3d4e5f6..."