in reply to Re: LWP::UserAgent POST example
in thread LWP::UserAgent POST example

Thank You for your reply. Unfortunately I read that link which you sent but was not able to get the output. I am not able to understand how do I request the structure:

Request Structure:

REQUEST_SIGNATURE: API_KEY + "POST" + URI + NONCE + HASHED_POST_PARAMS

API_KEY: Your Cryptopia api key

URI: the request uri. e.g. https://www.cryptopia.co.nz/Api/SubmitTrade

HASHED_POST_PARAMS: Base64 encoded MD5 hash of the post parameters

NONCE: unique indicator for each request.

So question is how do I join this api https://www.cryptopia.co.nz/api/SubmitTrade and pass the arguments to it

Any help would be really appreciated.Thank You in advance!!

Replies are listed 'Best First'.
Re^3: LWP::UserAgent POST example
by 1nickt (Canon) on Jan 19, 2018 at 18:41 UTC

    Same deal as always: show your code so far, errors/warnings, expected output.


    The way forward always starts with a minimal test.