bittrex-node icon indicating copy to clipboard operation
bittrex-node copied to clipboard

Market Methods not price but rate.

Open hrivera2014 opened this issue 6 years ago • 0 comments

Market Methods

await client.buyLimit('BTC-ETH', { quantity: 2.1, price: 0.1 }) rate instead of price await client.buyLimit('BTC-ETH', { quantity: 2.1, rate: 0.1 })

await client.sellLimit('BTC-ETH', { quantity: 2.1, price: 0.1 }) rate instead of price await client.sellLimit('BTC-ETH', { quantity: 2.1, rate: 0.1 })

hrivera2014 avatar Jul 10 '19 22:07 hrivera2014