Personal Sign

POST

Sign EIP191 compliant message

Path parameters

projectIdUUIDRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
signerAddressstringRequired

Address of a project wallet that will be used to sign the ‘message’.

messagestringRequired

Data to be signed by the ‘signerAddress’

signatureIdUUIDOptional

(Optional) ID of the request. Needs to be a valid UUID. If provided, it will be saved and returned as the signatureId of the response. If not provided, we will generate one for you and return it as the signatureId.

Response

This endpoint returns an object.
messageany

The raw data requested to be signed.

signaturestring

The signature of ‘message’ by the ‘signerAddress’.

signerAddressstring

The address of the signer of the ‘signature’.

signatureIdUUID

UUID of the signature request.