Tronergy Docs
Order

Get Order

GET
/api/orders/{orderId}
Server
/api/orders/{orderId}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

Enter JWT token

In: header

Path Parameters

orderId
Required
string

curl -X GET "https://api.tronergy.io/api/orders/string" \
  -H "Authorization: Bearer <token>"

{
  "order": {
    "id": "12345-abcde",
    "status": "SUCCESS",
    "address": "TXY1kVZ74wLg4mPRPoK9o1RG99NY82MHEV",
    "energy": 66000,
    "cost": 6.5
  }
}