Vitor Alves

Results 11 comments of Vitor Alves

May you guys disponibilizate an example using this "POST" method? Plz, completely confused.... To buy, "https://bittrex.com/api/v2.0/key/market/TradeBuy?marketName=BTC-LTC&orderType=LIMIT&quantity=5000&rate=.00000012&timeInEffect=GOOD_TIL_CANCELLED&conditionType=NONE&target=0" works very fine. But to sell, changing "TradeBuy" for "TradeSell" just doesnt work... Losing...

@toddis , I'm using the url quoted above to buy. Exactly how it is, but in the end using "&apikey=YOUR_API_KEY"... I'm having this issue to sell, all the calcs are...

@toddis , which language are you using? I'm using PHP bro... To me is just: >$apikey = 'YOUR_API_KEY'; >$apisecret = 'YOUR_API_SECRET'; > $uri = 'https://bittrex.com/api/v2.0/key/market/TradeBuy?marketName=BTC-'.$mkt_name.'&orderType=LIMIT&quantity='.$quantity_value.'&rate='.$rate_value.'&timeInEffect=IMMEDIATE_OR_CANCEL&conditionType=NONE&target=0&apikey='.$apikey; > $nonce=time(); > $newuri= $uri.'&nonce='.$nonce;...

@koppentc As we know, the 2.0 API's are in BETA version, some functions appears to doesnt work properly... Seems that the function "FILL_OR_KILL" is unavailable yet. You should try the...

@fresaelens You could post this part of your code? Your apikey and apisecret are configured to play TRADE LIMIT and TRADE MARKET?

@fresaelens Houston we have a problem, honestly, sorry, I dont speak python, learning yet. I've started play this 1 month ago. I'm afraid I can't help you with this. But...

@fresaelens Weird. I use with "API_V2_0: '/key/market/tradebuy'" and works. But good for you

@fresaelens 1 time to rest is better than 2 times of work bro... This stuffs (MONEY) drives us crazy.

> Thanks for reporting this. When your user is running inside the systemd service, can you find what the full manifest of the systemd service is? I think `systemctl show...

> I see `CPUAccounting` set to `no` and no `CPUQuota`, which shouldn't be the case if `cpu_limit` is set (per https://github.com/jupyterhub/systemdspawner/blob/master/systemdspawner/systemdspawner.py#L269) > > Can you paste your `jupyterhub_config.py` file? c.Authenticator.admin_users...