OpenAPI definition (v0.1)

Download OpenAPI specification:Download

signature-controller

validate

Validation of the order signature

Request
Request Body schema: application/json
signer
required
string (UnionAddress)

Blockchain address in Union format ${blockchainGroup}:${token}

publicKey
string

The creator's public key

message
required
string
signature
required
string

Digital signature of the signer

Responses
200

OK

400

Bad Request

500

Internal Server Error

post/v0.1/signature/validate
Request samples
application/json
{
  • "signer": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
  • "publicKey": "string",
  • "message": "string",
  • "signature": "string"
}
Response samples
application/json
true