People seem to call exchanges scams sometimes just over them having a problem or two themselves and/or losing money and/or not getting fast responsive service from the exchange. I've seen Bittrex's CEO on CNBC before, they're based in the US, and while I haven't put much money on their exchange I have never had any problems myself with them, so far.
it is not just some random newbie accounts complaining about losing on some trades. it was thousands of users that held a huge sum of money on bittrex for trading and they (me included) have never had any problems with it at all. there was no need to verify accounts and when asked they said it won't change and they had no problem with certain countries. some day they decided to change this rule overnight. they simply limited all the unverified accounts and banned those countries to practically rob their money.
you want to trust such company, that is your choice.
do people have evidence or proof of theft or similar problems with Bittrex?
try going through the trust link i posted above. it belongs to the user who opened up bittrex announcement on bitcointalk.
I don't understand what you're saying about how to use the key and headers and all of that. I've read that and heard similar in some videos but I can't find an actual example of actual code, and I don't think I'm going to understand this until I find an example of the code so that I can figure out and understand why whatever goes where ever.
sorry i am not familiar with python to give you any actual code but i could give you where to look (requests library). it would look something like this:
requests.get(
'https://api.bittrex.com/api/v1.1/path/call?param=value&apikey=0123456789&nonce=1542020339856',
headers={"apisign": 'FC70DD6467C916FBAA14EB89942644F9CF3F4CBF179923EE677413DC2E1CF2D8C5AA60C85A0A0BB3174960B8AA4FCFB0BC20CDE19BF21D567C671811C52CE631'}
).json()
there are also many examples on github:
https://github.com/search?l=Python&q=bittrex&type=Repositoriesthis one in particular seems clear:
https://github.com/ndri/python-bittrex/blob/7941b750d638bd5593777543a04c40ad539ca8e6/bittrex.py#L33-L42Thanks for the help. I will be looking through all of this again while I work on my bot code so hopefully I will be able to figure out how to send a buy or sell order to the API now.
As for Bittrex, yeah that is really bad to limit unverified accounts and ban entire countries without warning, but even huge exchanges have banned USA accounts now too, with little or no warning. I am not speaking on how they treated withdrawal of their money since I don't really know how that went and it was probably different for different exchanges of course.
That is something that really concerns me with these exchanges especially since it seems to be happening to potentially any country/ies.
A friend of mine keeps telling me to go to an exchange he is on, but it's one of the larger exchanges that suddenly stopped service to the USA, and I guess now at some point they are serving the USA again according to him. Or something like that was going on. I told him I do not want to mess with an exchange that could potentially ban an entire country at any given time, or lots of countries.
Kraken is comparable to Bittrex I guess, but to me Kraken always seemed a little sketchier than Bittrex. Their CEO, I think his name is Jesse Powell, even once tweeted or something about how he was making lots of money short selling Bitcoin on their exchange. I don't have a problem with short selling or him using their exchange, but their CEO publicly disclosing his position/s like that seems extremely foolish, bad for business, possibly unethical, and possibly illegal.
Kraken also does not operate smoothly. One time I remember they went down for something like 1-3 entire days, in near total silence, and everyone was collectively just like "Well I guess they're taking our money and running". I don't remember if I had a small amount of crypto on there or not at the time, but I'm thinking I had a small amount and that was why I was following them being down.
After something like half a day or a day, they finally sent out a tweet or something just saying they were working hard but that their team had to go home to sleep after whatever 16 hours or 30 hours of work nonstop. And then they didn't say anything or respond for forever again, until finally Kraken came back to life.
So that was sure exceptionally sketchy and unimpressive to say the least.
I feel like it's hard to avoid dealing with these smaller sketchy exchanges to make money in crypto though.
What exchanges do you say I should use since you for good reason say not to use Bittrex?