You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
place a taker order to buy 10, immediately spotOpenOrdersAccounts[marketIndex] values are empty and my balance on the token is 9.9. i think it payed the taker fee but i can't see how to get an exact output, or how much i paid.
i'm guessing the taker fee is 0.001 so i should 10 * 1.001 = 10.01 and round up on orderSizeDecimals so 10.1 for this example, to get 10 out.
The text was updated successfully, but these errors were encountered:
place a taker order to buy 10, immediately spotOpenOrdersAccounts[marketIndex] values are empty and my balance on the token is 9.9. i think it payed the taker fee but i can't see how to get an exact output, or how much i paid.
i'm guessing the taker fee is 0.001 so i should 10 * 1.001 = 10.01 and round up on orderSizeDecimals so 10.1 for this example, to get 10 out.
The text was updated successfully, but these errors were encountered: