Author

Topic: [ANN] Bittrex - Next generation exchange (btc/ltc/eac/ppc/rdd/ftc/and more) - page 120. (Read 168064 times)

sr. member
Activity: 322
Merit: 250
Bittrex don`t delist XST plz. It`s a decent coin with a large number of followers.

#PleaseBittrexKeepStealthCoinXSTtradingOnYourExchange
hero member
Activity: 756
Merit: 500
Bittrex how can you delisting coin on its rise, an all time high, just before an important update, while many people invested in it?
member
Activity: 93
Merit: 10
Bittrex as one of your customers I want to stay trading XST there, please don't delist it, the dev Hondo is working hard to bring new features into stealthcoin, give him some time please!
hero member
Activity: 574
Merit: 500
How bout mine chiznitz, I've opened a ticket 14 days ago, my ticket was closed but were not solved so i reopen it by responding to the ticket. Its my fault that I sent XEM without encrypting the message. But please at least don't close without resolving it, ticket ID 94313


We didn't close it, just asked you to reply and moved it to pending. 

Your coins were staged for crediting when I looked at the ticket which means I would have done it tonight when I go through that queue, but I took care of it now and credited them.



QTL is back online for withdrawals only.
legendary
Activity: 2492
Merit: 1018
How bout mine chiznitz, I've opened a ticket 14 days ago, my ticket was closed but were not solved so i reopen it by responding to the ticket. Its my fault that I sent XEM without encrypting the message. But please at least don't close without resolving it, ticket ID 94313
newbie
Activity: 1
Merit: 0
QTL wallet shows that it will be removed on the 21st but i am unable to access the wallet at all to withdraw coins. please help. opened support ticket with no response in days. ticket #107071
hero member
Activity: 574
Merit: 500
Bittrex starting to look like a scam exchange. Upon researching there are so many users with missing coins, deposit issues, and withdrawal issues. Opened 3 tickets and only got an automated response.

Your first mistake is opening 3 tickets.  Doing that just causes slower response times for yourself and all others.

The only people missing deposits are those who did not follow the instructions which means we must check what you did wrong and either credit the coins or respond asking for more information.

No user has ever had to go with "missing coins"

The only withdrawal issues would be orphaned withdrawals which we credit back to the user when we come across them.
hero member
Activity: 574
Merit: 500
Ive opened multiple tickets already and bittrex is not doing anything. Im getting frustrated with my missing deposit issue. I've deposited 0.035 and 0.09 ETH but still not in my wallet.

Support Response:
For ETH, ETC and all ETH/ETC tokens your address on the block chain must hold greater than .1 ETH. Any deposits you make to your address will be added to your previous deposits and the coins will credit to your account when the address holds greater than .1 coins.

https://etherscan.io/address/0x732e1f524e0a4bef1d4a72dab1cf27ab59fd05a8



We have replied multiple times with detailed instructions.  Your link above clearly shows you do not have the minimum amount for deposit.  Please send more coins directly to the address if you want them to credit.



legendary
Activity: 3472
Merit: 10611
can you please add chart data (OHLC points) to your API.
it is very useful for all kinds of analysis and it is really annoying to be forced to get the charts from somewhere else just to have some visualization in same place.
klf
legendary
Activity: 1344
Merit: 1000
Hello,

My XEM withdrawal didn't receive to my wallet yet since more than 12 hours and there is no reply from your support team for this issue yet.

Your system says completed but I can't find the transaction details in the blockchain network.

825cfe1beeb10cde82dec86f31d6e9cd384f92374d7645a65646502f5978672a

Address is - NCAZTQ-C5XFQP-4TACIS-337ZRQ-KPET5Q-ZTFRJI-VRGB

Quantity - 351.24139858

This address NCAZTQ-C5XFQP-4TACIS-337ZRQ-KPET5Q-ZTFRJI-VRGB I already used two times to withdraw from Bittrex and withdrew went smoother but this time I didn't receive yet but your system has given me a transaction ID which is not available in the blockchain.

Need your help on this issue.

Thanks

Edit- I posted even in a slack and no response there too. Usually, what is the maximum time your support team take to reply to issues?
hero member
Activity: 924
Merit: 1000
I AM
Is there any reason why showing volume when you hover over a candle disabled?
really annoying
newbie
Activity: 7
Merit: 0
Why is the Buy_Limit allways use the highest price?

Buy_Marked is disbaled...

I want buy by the API

bid + x% = Y
Y = MAXMIMUM

But i buy with the highest price, not filled up till the highest price is reached...

the uper was buyd by hand, the lower with api
http://imgur.com/aVcqev2

Poloniex works fine... they try to buy with lowest price, and fill up, till maxprice is reached...
legendary
Activity: 3388
Merit: 3514
born once atheist
Just a shout out to Ryan and the Bittrex team . a million thanx for retrieving and crediting my XLM coins due to my stupid error!
Thank you also to the Bittrex team for your awesome exchange. In 2 years never had an issue up till this one, and Ryan got it sorted.
thanx again!
newbie
Activity: 37
Merit: 0
Bittrex starting to look like a scam exchange. Upon researching there are so many users with missing coins, deposit issues, and withdrawal issues. Opened 3 tickets and only got an automated response.
newbie
Activity: 37
Merit: 0
Ive opened multiple tickets already and bittrex is not doing anything. Im getting frustrated with my missing deposit issue. I've deposited 0.035 and 0.09 ETH but still not in my wallet.

Support Response:
For ETH, ETC and all ETH/ETC tokens your address on the block chain must hold greater than .1 ETH. Any deposits you make to your address will be added to your previous deposits and the coins will credit to your account when the address holds greater than .1 coins.

https://etherscan.io/address/0x732e1f524e0a4bef1d4a72dab1cf27ab59fd05a8

http://i67.tinypic.com/w8mgko.jpg
newbie
Activity: 3
Merit: 0
can anyone help me with this php code for the bittrex api to execute a buy order?

    $apikey=hash321;
   $apisecret=hash123;
   $nonce=time();
   $uri='https://bittrex.com/api/v1.1/market/buylimit?apikey='.$apikey.'&market=BTC-LTC&quantity=1.0&rate=0.005.'&nonce='.$nonce;
   $sign=hash_hmac('sha512',$uri,$apisecret);
   $ch = curl_init($uri);
   curl_setopt($ch, CURLOPT_HTTPHEADER, array('apisign:'.$sign));
   $execResult = curl_exec($ch);
   $obj = json_decode($execResult);

I get an error on line 4.

I cant compile it anyone see anything I missed?

Also is the buy at market rate for api buymarket?

Fixed the issue. But is there a way to buy the maximum possible of a coin at the current ask. I know how to buy it based on a buy limit order but can anyone guide me as to buying the maximum possible for the best market rate through the api?

Help would be much appreciated
newbie
Activity: 3
Merit: 0
can anyone help me with this php code for the bittrex api to execute a buy order?

    $apikey=hash321;
   $apisecret=hash123;
   $nonce=time();
   $uri='https://bittrex.com/api/v1.1/market/buylimit?apikey='.$apikey.'&market=BTC-LTC&quantity=1.0&rate=0.005.'&nonce='.$nonce;
   $sign=hash_hmac('sha512',$uri,$apisecret);
   $ch = curl_init($uri);
   curl_setopt($ch, CURLOPT_HTTPHEADER, array('apisign:'.$sign));
   $execResult = curl_exec($ch);
   $obj = json_decode($execResult);

I get an error on line 4.

I cant compile it anyone see anything I missed?

Also is the buy at market rate for api buymarket?
hero member
Activity: 756
Merit: 500
my problem resolved

thanks
hero member
Activity: 574
Merit: 500
Hey everyone,

If you have not yet had your ticket responded to please be aware that we are ramping up our support team and training more agents.  Over the past month we have had unprecedented growth that caused a huge backlog of tickets that we have not been able to respond to in a timely fashion, for this I apologize. 

If you have been waiting over a week please stop by our slack and let us know your ticket # and we will take a look. http://slack.bittrex.com will get you an invite email, please check out the #customer-support channel.

Please also make sure to select the proper form when entering your ticket as this will properly route the ticket to an agent who can best deal with your request.

Please do not open duplicate tickets, as this will slow down support for yourself and other customers.


Thanks for being Bittrex customers,

Ryan @ Bittrex
full member
Activity: 206
Merit: 100
Please add Minereum MNE to bittrex..
Jump to: