Retrieves order history for a given wallet address.
1
GET //jupiter/orderHistory HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
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"
}
}