Verify signature

Verify the SecP256K1 signature of some data

post
Body
datastring · hex-stringRequired
signaturestring · signatureRequired
publicKeystring · public-keyRequired
Responses
200
Ok
application/json
Responseboolean
post
POST /utils/verify-signature HTTP/1.1
Host: alephium.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 265

{
  "data": "35d1b2a520a0da34c5eb8d712aa9cc",
  "signature": "9e1a35b2931bd04e6780d01c36e3e5337941aa80f173cfe4f4e249c44ab135272b834c1a639db9c89d673a8a30524042b0469672ca845458a5a0cf2cad53221b",
  "publicKey": "d1b70d2226308b46da297486adb6b4f1a8c1842cb159ac5ec04f384fe2d6f5da28"
}
true