Retrieves order history for a given wallet address.
curl -L \ --url 'https://beta.usemoon.ai//jupiter/orderHistory?wallet=text' \ --header 'Authorization: text'
{ "success": true, "message": "text", "data": { "transaction": null, "function": "text", "params": [], "data": null, "success": true, "message": "text", "jupiter": null, "transactionHash": "text" } }