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
Copy file name to clipboardExpand all lines: docs/102-trigger-api/1-create-order.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Do note that there are a few optional parameters that you can use, such as:
36
36
37
37
- Adding slippage to the order. This is useful if you or your users want to execute the order with higher slippage which might yield better chances of being filled.
38
38
- Setting an expiry date on the order.
39
-
- Adding fees through our referral program, please ensure that your `feeAccount` has the necessary `referralTokenAccount`s of the output mint of the limit order for it to work, you can learn more about creating them dynamically in the [Add Fees To Swap](../100-swap-api/4-add-fees-to-swap.md) guide.
39
+
- Adding fees through our referral program, please ensure that your `feeAccount` has the necessary `referralTokenAccount`s of the output mint of the limit order for it to work, you can learn more about creating them dynamically in the [Add Fees To Swap](../100-swap-api/4-add-fees-to-swap.md) guide. (Note that the fees are transferred only after the trigger order has been executed.)
40
40
:::
41
41
42
42
#### Create a POST request to the `/createOrder` endpoint.
0 commit comments