Username: Password:

Author Topic: Paying fees with Bittrex Credits [BTXCRD]  (Read 6662 times)

Offline RoshaF

  • Rookie
  • *
  • Posts: 7
    • View Profile
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!

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #1 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.

Offline RoshaF

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #2 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?

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #3 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%

Offline RoshaF

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #4 on: April 28, 2020, 07:06:49 AM »
Hello.The fees are set to 0 and still pays them wth base.
« Last Edit: April 28, 2020, 07:41:08 AM by RoshaF »

Offline sbogovac

  • Contributor
  • **
  • Posts: 113
    • View Profile
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #5 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?

Offline RoshaF

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #6 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.

Offline sbogovac

  • Contributor
  • **
  • Posts: 113
    • View Profile
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #7 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)...

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #8 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.

Offline RoshaF

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Paying fees with Bittrex Credits [BTXCRD]
« Reply #9 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.