Creates a limit order for a given account.
Represents the structure of a response from the Jupiter API.
POST //jupiter/{accountName}/createLimitOrder HTTP/1.1 Host: beta.usemoon.ai Authorization: text Content-Type: application/json Accept: */* Content-Length: 303 { "inputMint": "text", "outputMint": "text", "maker": "text", "payer": "text", "makingAmount": "text", "takingAmount": "text", "expiredAt": "text", "feeBps": "text", "computeUnitPrice": "text", "referral": "text", "inputTokenProgram": "text", "outputTokenProgram": "text", "wrapAndUnwrapSol": true, "dryrun": true, "broadcast": true }
A promise that resolves to a JupiterAPIResponse containing the result of the limit order creation.
{ "success": true, "message": "text", "data": { "transaction": null, "function": "text", "params": [], "data": null, "success": true, "message": "text", "jupiter": null, "transactionHash": "text" } }