BitShares Forum

Main => Technical Support => Topic started by: paliboy on August 12, 2016, 12:19:30 pm

Title: Trading fees on UIA
Post by: paliboy on August 12, 2016, 12:19:30 pm
According to cryptofresh, there are the following fees:

http://cryptofresh.com/fees Limit order create 0.147 BTS
http://cryptofresh.com/a/BTS 0%
http://cryptofresh.com/a/OPEN.BTC 0.2%
http://cryptofresh.com/a/OBITS 0.3%

What fees do I pay when:
Title: Re: Trading fees on UIA
Post by: pc on August 12, 2016, 04:41:53 pm
You always pay the fee for limit_order_create.

You also pay the market fees on the asset that you buy, i. e.

1. 0
2. 0.2% on the amount of OPEN.BTC you buy
3. 0.3% on the amount of OBITS you buy
4. 0.2% on the amount of OPEN.BTC you buy

The fees are automatically deducted from the amount that is paid to your account.

https://github.com/bitshares/bitshares-2/blob/v2.15.306/libraries/chain/db_market.cpp#L269
Title: Re: Trading fees on UIA
Post by: paliboy on August 12, 2016, 06:50:37 pm
Thanks a lot.