Skip to content

Wallet restore (SMS OTP)

POST
/v1/wallet/restore
curl --request POST \
--url https://api.parasta.io/v1/wallet/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "otpId": "example", "smsOtpCode": "example" }'
Media type application/json
object
otpId
required
string
smsOtpCode
required
string
Example generated
{
"otpId": "example",
"smsOtpCode": "example"
}

OK

Media type application/json
object
backupId
string
backupAt
string format: date-time
backupData
object
encryptedMnemonic
string
encryptedDerivationPaths
string
encryptedVCs
string
encryptionMethod
string
Example generated
{
"backupId": "example",
"backupAt": "2026-04-15T12:00:00Z",
"backupData": {
"encryptedMnemonic": "example",
"encryptedDerivationPaths": "example",
"encryptedVCs": "example",
"encryptionMethod": "example"
}
}

Please contact your representative. 담당자에게 문의해주세요.