/signature-verify-reveal-data
Verifies the reveal data signature is valid.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/./../api/v1/signature/verify/reveal-data" \ -H "Content-Type: application/json" \ -d '{ "action": "RevealData", "blockchainIdentifier": "blockchain_identifier", "signature": "signature", "key": "key", "walletAddress": "wallet_address", "validUntil": 1713636260 }'{
"status": "success",
"data": {
"isValid": true
}
}Empty
Empty
Empty
Empty
Empty



