githubEdit

CreateLimitOrder

post

Creates a limit order for a given account.

Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
  • The name of the account to create the limit order for.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Body
  • The input body for creating a limit order.
inputMintstringRequired
outputMintstringRequired
makerstringRequired
payerstringRequired
makingAmountstringRequired
takingAmountstringRequired
expiredAtstringOptional
feeBpsstringOptional
computeUnitPricestringOptional
referralstringOptional
inputTokenProgramstringOptional
outputTokenProgramstringOptional
wrapAndUnwrapSolbooleanOptional
dryrunbooleanRequired
broadcastbooleanRequired
Responses
post
/jupiter/{accountName}/createLimitOrder
200

A promise that resolves to a JupiterAPIResponse containing the result of the limit order creation.