Liquidnet Signature Generator

Getting Started

Details listed below is required for generating signature

  • Request body (JSON)
  • Nonce
  • Secret

Step 1

Trim the request body so it only contains

  • alphanumeric
  • {}
  • :
  • ,
  • .

Please supply the required details first.


Step 2

Uppercase the result from step 1

Please supply the required details first.


Step 3

Add timestamp to the result from step 2

Please supply the required details first.


Step 4

Compute HMAC-SHA256 of the result from step 3 and encode the result with base64

Please supply the required details first.


Step 5

Form the signature header using t=timestamp,signature_value

Please supply the required details first.