Skip to content

Commit 8b5f388

Browse files
authored
Update 1-create-order.md (#657)
Added: Note that the fees are transferred only after the trigger order has been executed. to specify when the fees are transfered
1 parent 586d1eb commit 8b5f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/102-trigger-api/1-create-order.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Do note that there are a few optional parameters that you can use, such as:
3636

3737
- 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.
3838
- 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.)
4040
:::
4141

4242
#### Create a POST request to the `/createOrder` endpoint.

0 commit comments

Comments
 (0)