Submitting a signature request
This method allows you to send a signature request.
const message = utf8ToHex("Altura Guard II Sign Message Demo", true);Request Body
Name
Type
Description
requestIdLast updated
This method allows you to send a signature request.
You need to encode the message in hex before requesting a signature.
const message = utf8ToHex("Altura Guard II Sign Message Demo", true);POST https://api.alturanft.com/api/alturaguard/request
token*
String
User token recieved when authenticating
reqParameters*
array
["signature", message]
requestIdLast updated