Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - RoshaF

Pages: [1]
1
Beginners & Help / Paying fees with Bittrex Credits [BTXCRD]
« on: April 24, 2020, 09:03:57 AM »
Hello.
Are there is someone who know how to make bot to pay fees in Bitrex with BTXCRD?
In Bittrex support page i can read:
"Can I use Bittrex Credits from the API?
You can use Bittrex Credits when placing orders from the v3 API by including "UseAwards": true in the request body. Note that the order will fail if you do not have sufficient Bittrex Credits available. You can get your current Bittrex Credits balance by querying any of the balance APIs and looking for BTXCRD. "
I tried this in conf.js:
"type": "bittrex",
            "delay": 30,
            "UseAwards": true,
            "TRADING_FEES": "0",
But bot still use base to pay fees.
Thanks!

2
Beginners & Help / Trading pairs for non-US customers at Bittrex
« on: April 20, 2020, 12:29:23 PM »
Hello.I am non US-customer and my profile in Bittrex is verify with my ID(which is with no US address).My IP aswell is non-US.I tried to trade a pair with a star (*) in bittrex.A pair with a star is definite as : "* These currencies can only be traded by non-US customers".When i start the core a get this error i err log : 2020/04/20 00:37:56 BTC-STC@bittrex
TypeError: Cannot read property 'reduce' of undefined. And in console also i get this from the attached photo.I checked the name of the pair twice.I tried with different pair with star and everytime is the same.Any ideas?

Greetings!

Pages: [1]