Limit order

e.g. order book:

> 1.3 0.071
> 2.2 0.069
> 882 0.063
> 200 0.061
> ------------------
> 18 0.060
> 10 0.059

If I place a limit buy order for 500 tokens at 0.063, do I get 200 at 0.061 and 300 at 0.063 (assuming that the sellers don’t change their sell orders while I set up the trade)? Thanks

1 Like

Yes.

When you place a limit order you are specifying the maximum price you are willing to pay. So in your case, you are specifying that this price is 0.063. Limit orders do not prevent execution at a better price than this maximum, so if the order book remains as it is, your order will be filled as you described. Remember that as you are a taker, you will be charged a fee.

6 Likes