cryptopia-api-php icon indicating copy to clipboard operation
cryptopia-api-php copied to clipboard

buy sell trade

Open dbendure opened this issue 7 years ago • 0 comments

For some reason

apiCall("SubmitTrade", array( 'Type'=> "Buy", 'Market'=> $type, 'Rate'=> $row["BUY"], 'Amount'=> $val ) );

doesn't want to buy keeps telling me the trade size is too small. when it the same values work on the site... any insight would be helpful.

dbendure avatar May 23 '18 21:05 dbendure