coinfloor / API

All you need to know about the APIs for Coinfloor's Trade Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimum order sizes

npomfret opened this issue · comments

I wanted to place some test orders. Is there somewhere I can find the minimum order size?

I found this https://coinfloor.zendesk.com/hc/en-us/articles/201721837-What-is-the-minimum-amount-of-bitcoin-that-can-be-traded-. Is it accurate? And what about the BCH markets?

The order quantity can't be zero, but any other integer is acceptable (provided you have sufficient account balance). Note that a quantity of 1 in the API means 0.0001 XBT or 0.0001 BCH.

Also note that an order to buy 1 of anything will get closed without trading anything if/when it matches with a sell order, as there isn't enough reserved counter asset there to make a trade and pay the fee. I'd recommend testing with a quantity of 2 (or -2).

Thanks

@whitslack what currency is the fee paid in?

Um, yes that's why I'm asking the question. Do you understand what I'm asking?

Thanks!

Any chance of getting some answers to the other open questions on here?