Retrieve all orders associated with your API key. Returns a list of all orders with their current status and execution details. Optionally filter by wallet address.
GET
/
v1
/
order
Get Orders
curl --request GET \
--url https://swap-api.flux.fun/v1/order \
--header 'x-api-key: <api-key>'