Welcome to our new support center! Some articles may still be missing; they will be added shortly. For the old support documentation go to https://support.altrady.com. If you have questions, open a new ticket here. New tickets on support.altrady.com won’t be answered; existing tickets will be finalised there.

Altrady Support Altrady Support
3
Closed This request is closed. You can still comment, but it stays closed unless the team reopens it. Trading

Exchange Fees are Assumed Leading to Incorrect Purchase Quantities

Steps were provided in a detailed email, bug identified was that the exchange fee of 0.5% was assumed. As a Systems Engineer and Developer for 17 years, this is lazy development. All exchanges have the API command of "GET /fees" which returns a JSON message like this:

[
{
"maker_fee_rate": "0.0008",
"taker_fee_rate": "0.0012",
"usd_volume": "1784369.21"
}
]

Add this line of code so that each individual profile is populated with the current fee as a dynamic variable as opposed to a lazy static variable. 3Commas has it, Quadency has it, no reason why Altrady can't have it.

Suggested almost 5 years ago

1 comment

Benoist

Thank you for your kind encouragement. We will see what we can do.

almost 5 years ago

Sign in to join the discussion.