User Decrypt
Submit user decryption.
Deprecated. Superseded by POST /v3/user-decrypt (unified EIP-712 user-decryption). The v2 surface remains available throughout the deprecation window.
post/v2/user-decrypt
Request body
Example request
{
"contractAddresses": [
"0x1234567890123456789012345678901234567890"
],
"contractsChainId": "0xaa36a7",
"extraData": "0x00",
"handleContractPairs": [
{
"contractAddress": "0x1234567890123456789012345678901234567890",
"handle": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
}
],
"publicKey": "04b8e5d3f1a2c4e6d8f0a1b3c5d7e9f1a2b4c6d8e0f2a3b5c7d9e1f3a5b7c9d1",
"requestValidity": {
"durationDays": "1",
"startTimestamp": "1700000000"
},
"signature": "aabbccdd00112233445566778899aabbccdd00112233445566778899aabbccdd00112233445566778899aabbccdd00112233445566778899aabbccdd0011223344",
"userAddress": "0x1234567890123456789012345678901234567890"
}Response
Request accepted for processing.
Example response
{
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"result": {
"jobId": "550e8400-e29b-41d4-a716-446655440000"
},
"status": "queued"
}