Cancels limit orders for a given account.
Represents the structure of a response from the Jupiter API.
POST //jupiter/{accountName}/cancelLimitOrders HTTP/1.1 Host: beta.usemoon.ai Authorization: text Content-Type: application/json Accept: */* Content-Length: 60 { "orders": [ "text" ], "computeUnitPrice": "text", "maker": "text" }
A promise that resolves to a JupiterAPIResponse containing the result of the cancellation.
{ "success": true, "message": "text", "data": { "transaction": null, "function": "text", "params": [], "data": null, "success": true, "message": "text", "jupiter": null, "transactionHash": "text" } }