coinfloor / API

All you need to know about the APIs for Coinfloor's Trade Engine
Apache License 2.0
34 stars 20 forks source link

minimum order sizes #24

Closed npomfret closed 6 years ago

npomfret commented 6 years ago

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?

whitslack commented 6 years ago

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).

npomfret commented 6 years ago

Thanks

npomfret commented 5 years ago

@whitslack what currency is the fee paid in?

coinfloor-ltd commented 5 years ago

Hi Nick,

All of our fee details are on the following page: https://www.coinfloor.co.uk/fees If this page doesn't answer your specific question please let us know so we can clarify further and update the page if needed.

Kind regards, Tim.

On Mon, 14 Oct 2019 at 10:06, Nick Pomfret notifications@github.com wrote:

@whitslack https://github.com/whitslack what currency is the fee paid in?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coinfloor/API/issues/24?email_source=notifications&email_token=ABQIA2CAKZTHJN3PSUGGZD3QOQZDBA5CNFSM4FIIRV6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBD2NHA#issuecomment-541566620, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIA2CDHE3GAJ2S3GMF2STQOQZDBANCNFSM4FIIRV6A .

npomfret commented 5 years ago

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

coinfloor-ltd commented 5 years ago

Withdrawls, fees are in the native currency (i.e. withdrawal FIAT, fee is in FIAT. Withdrawal XBT, fee is in XBT) Trades, fees are in FIAT

On Mon, 14 Oct 2019 at 15:05, Nick Pomfret notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/coinfloor/API/issues/24?email_source=notifications&email_token=ABQIA2AQCRL2XB5DKAJ43MTQOR4CRA5CNFSM4FIIRV6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBE2SBA#issuecomment-541698308, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIA2D43WGEXOYVC7SCHIDQOR4CRANCNFSM4FIIRV6A .

npomfret commented 5 years ago

Thanks!

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