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
@@ -142,7 +142,10 @@ The server responds with opportunities in the following format:
142
142
143
143
The `order` field includes the [Limo](https://solscan.io/account/LiMoM9rMhrdYrfzUCxQppvxCSG1FcrUK9G8uLq4A1GF) program
144
144
order data that can be decoded using the SDKs provided or the program anchor idl. It includes all the necessary information
145
-
to fill the limit order: - Maker address - Input token and amount (what the maker is selling) - Output token and amount (what the maker is buying in exchange for the input token)
145
+
to fill the limit order:
146
+
- Maker address
147
+
- Input token and amount (what the maker is selling)
148
+
- Output token and amount (what the maker is buying in exchange for the input token)
146
149
147
150
<Callouttype="info">
148
151
Limo limit orders can also be filled partially in a linear fashion. For
@@ -300,9 +303,14 @@ The bid you construct will look like
Thisinstructioncanbecreatedviathe SDKs. - Thedeadlinespecifiedinthe`SubmitBid`instructionshouldbeatleast 5 secondsinthe future. - Itshouldcontainaninstructiontosetthe [transactionpriorityfee](https://solana.com/developers/guides/advanced/how-to-use-priority-fees#what-are-priority-fees). The priority fee should be at least as large the amount
- Itshouldcontainaninstructiontosetthe [transactionpriorityfee](https://solana.com/developers/guides/advanced/how-to-use-priority-fees#what-are-priority-fees). The priority fee should be at least as large the amount
0 commit comments