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

OrderHistory

get

Retrieves order history for a given wallet address.

Authorizations
AuthorizationstringRequired
Query parameters
walletstringRequired
  • The wallet address to get order history for.
pagenumber · doubleOptional
  • The page number for pagination.
Default: 1
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200

A promise that resolves to a JupiterAPIResponse containing the order history.

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/orderHistory
200

A promise that resolves to a JupiterAPIResponse containing the order history.