Skip to main content
GET
/
auctions
List auctions
curl --request GET \
  --url https://api.trlyr.com/auctions \
  --header 'Authorization: <authorization>'
[
  {
    "currentBid": {
      "price": "<string>",
      "timestamp": "<string>"
    },
    "end": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "item": {
      "chargeEfficiency": {},
      "dailyCycleLimit": {},
      "deliveryZone": "50Hertz",
      "dischargeEfficiency": {},
      "end": "2023-11-12T00:00:00Z",
      "energyCapacity": {},
      "finalSoCTolerance": {},
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "initialSoC": {},
      "lastSoCTarget": {},
      "ratedChargePower": {},
      "ratedDischargePower": {},
      "start": "2023-11-11T00:00:00Z",
      "unitsEnergy": "kWh",
      "unitsPower": "kW"
    },
    "start": "<string>",
    "status": "<string>"
  }
]

Headers

Authorization
string
default:Bearer <access token value>
required

Access token

Response

OK

currentBid
object
end
string
id
string<uuid>
item
object
start
string
status
string
Last modified on June 30, 2026