KittyCatTech / cryptopia-api-php

Cryptopia API Wrapper in PHP and Sample Trading Bot
Other
26 stars 28 forks source link

buy sell trade #9

Open dbendure opened 6 years ago

dbendure commented 6 years ago

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.