OrderHistory
get
Retrieves order history for a given wallet address.
Authorizations
Query parameters
walletstringRequired
- The wallet address to get order history for.
pagenumber · doubleOptionalDefault:
- The page number for pagination.
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
get
GET //jupiter/orderHistory HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to a JupiterAPIResponse containing the order history.
{
"success": true,
"message": "text",
"data": {
"transaction": null,
"function": "text",
"params": [],
"data": null,
"success": true,
"message": "text",
"jupiter": null,
"transactionHash": "text"
}
}