Checks if Order's signature is valid and returns 'true' if it so, 'false' otherwise
OK
Bad Request
Internal Server Error
{- "signer": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "publicKey": "string",
- "message": "string",
- "signature": "string",
- "algorithm": "string",
- "weight": 0
}
true
Generate input string to sign operation
Form contains required data to generate input message for signing. All fields should be specified in 'native' manner, i.e. without BLOCKCHAIN prefixes
OK
Bad Request
Internal Server Error
{- "@type": "OPEN_SEA_ORDER_FILL",
- "signature": "0xf3104d38a35c59d2612a6128c9e2bbfabf16f26b2db393801cc20398f10079f2",
- "blockchain": "ETHEREUM"
}
{- "input": "string"
}