my $msg = $apiKey.'POST'.$urlcb.$urlpath.$ContentType.$nonce.$timestamp.$API_Version.$Query, $apiSecret; print "Computing signature over [$msg]\n"; my $signature = hmac_sha256_hex($msg, $apiSecret);