hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
324 stars 153 forks source link

What's the difference between "takeLiquidityRate" and "provideLiquidityRate" #233

Open osumsky opened 5 years ago

osumsky commented 5 years ago

Hello!

I use this metod "https://api.hitbtc.com/api/2/public/symbol" It returns, among other things:
[ { .... "takeLiquidityRate": "0.001", "provideLiquidityRate": "-0.0001", } ]

What's the difference between these parameters? Why "provideLiquidityRate" is negative?

Thanks in advance!