Help for this page

Select Code to Download


  1. or download this
    message = 'BITSTAMP ' + api_key + \
        'POST' + \
    ...
        timestamp + \
        'v2' + \
        payload_string
    
  2. or download this
    my $msg = $apiKey.'POST'.$urlcb.$urlpath.$ContentType.$nonce.$timestam
    +p.$API_Version.$Query, $apiSecret;
    print "Computing signature over [$msg]\n";
    my $signature = hmac_sha256_hex($msg, $apiSecret);