Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: RoshaF on April 24, 2020, 09:03:57 AM

Title: Paying fees with Bittrex Credits [BTXCRD]
Post by: RoshaF 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!
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: Aitor on April 24, 2020, 03:16:32 PM
Some time ago there was an option on Bittrex interface. Since they removed it, from v16.8.2 onwards, the bot uses automaticaly Bittrex credits in the case you have them.
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: RoshaF on April 24, 2020, 04:43:26 PM
Hmm,okay i have 1501 BTXCRD.How need to look conf.js?Or what i need to write in GUI about fees percents?
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: Aitor on April 24, 2020, 06:34:52 PM
While using the credits the fees = 0 as it just uses the credits, once the credits have been spent, the standard Bittrex fees are 0.20%
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: RoshaF on April 28, 2020, 07:06:49 AM
Hello.The fees are set to 0 and still pays them wth base.
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: sbogovac on April 28, 2020, 03:01:14 PM
Hello.The fees are set to 0 and still pays them wth base.

Are the fees on that exchange 0?
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: RoshaF on April 28, 2020, 08:43:13 PM
Hello.The fees are set to 0 and still pays them wth base.

Are the fees on that exchange 0?
The question is how to force GB to pay with Bittrex Credits on Bittrex.Its not Zero ofcourse.
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: sbogovac on April 29, 2020, 08:43:34 AM
Hello.The fees are set to 0 and still pays them wth base.

Are the fees on that exchange 0?
The question is how to force GB to pay with Bittrex Credits on Bittrex.Its not Zero ofcourse.

I'm not on Bittrex, but sounds like something that would be set at the exchange (at least on Binance - for BNB - it is)...
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: Aitor on May 01, 2020, 10:42:02 PM
It has to be set at Bittrex website manually. You have to activate the option to use Bittrex credits.
Title: Re: Paying fees with Bittrex Credits [BTXCRD]
Post by: RoshaF on May 03, 2020, 09:04:53 AM
Hello.Thanks for discussion guys,but watch what they say,and how is build their site.There is check box only for manual trades,for API i need to write it in requested body (I have not idea how to do it)....I will continue to search and read how that need to happen.