For the complete documentation index, see llms.txt. This page is also available as Markdown.

OpenOrders

get

Retrieves open orders for a given wallet address.

Authorizations
AuthorizationstringRequired
Query parameters
walletstringRequired
  • The wallet address to get open orders for.
inputMintstringOptional
  • Optional input mint address to filter orders.
outputMintstringOptional
  • Optional output mint address to filter orders.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200

A promise that resolves to a JupiterAPIResponse containing the open orders.

application/json

Represents the structure of a response from the Jupiter API.

successbooleanRequired

Indicates whether the API request was successful.

messagestringRequired

A message providing additional information about the API response.

get/jupiter/openOrders
200

A promise that resolves to a JupiterAPIResponse containing the open orders.