OrderHistory
get
Retrieves order history for a given wallet address.
Authorizations
AuthorizationstringRequired
Query parameters
walletstringRequired
- The wallet address to get order history for.
pagenumber · doubleOptionalDefault:
- The page number for pagination.
1Header 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.