OrderGet OrdersGET/api/ordersServerhttps://api.tronergy.iohttps://api-gateway-production-c20d.up.railway.app/api/ordersSendAuthorization*stringThe Authorization access tokenAuthorizationAuthorizationRequiredBearer <token>Enter JWT tokenIn: headercURLJavaScriptGoPythoncurl -X GET "https://api.tronergy.io/api/orders" \ -H "Authorization: Bearer <token>"defaultResponse{ "orders": [ { "id": "12345-abcde", "status": "SUCCESS", "address": "TXY1kVZ74wLg4mPRPoK9o1RG99NY82MHEV", "energy": 66000, "cost": 6.5 } ] }TypeScriptPreviousGet OrderNextRate per Energy Unit