jupiter_createLimitOrder
Create a limit order on Solana via Jupiter. Returns an unsigned transaction to be signed and submitted using executeTrigger.
Instructions
Create a limit order. Returns an unsigned transaction — sign and submit via executeTrigger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maker | Yes | Wallet address of the order creator | |
| payer | Yes | Wallet paying for transaction fees | |
| feeBps | No | Referral fee in bps | |
| expiredAt | No | ISO 8601 expiry timestamp | |
| inputMint | Yes | Input token mint | |
| outputMint | Yes | Output token mint | |
| makingAmount | Yes | Amount of input token to sell | |
| takingAmount | Yes | Amount of output token to receive | |
| computeUnitPrice | No | Priority fee (µ-lamports/CU) |