v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Signature operations

Check Order's signature

Checks if Order's signature is valid and returns 'true' if it so, 'false' otherwise

post/v0.1/signature/validate

Request body

signerstring required

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

publicKeystring

The creator's public key

messagestring required
signaturestring required

Digital signature of the signer

algorithmstring

Algorithm used for signature generation (don't specify if default algo is used)

weightinteger

Weight arg (only for Flow)

Example request

{
  "signer": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}

Response

OK

boolean required