Skip to main content
GET
/
entities
/
site
/
{site_id}
/
price-curve
Get Price Curve
curl --request GET \
  --url https://api-sandbox.axle.energy/entities/site/{site_id}/price-curve \
  --header 'Authorization: Bearer <token>'
{
  "half_hourly_traded_prices": [
    {
      "start_timestamp": "2023-11-07T05:31:56Z",
      "price_gbp_per_mwh": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.axle.energy/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

site_id
string<uuid>
required

Response

Successful Response

Response model for getting the price curve for a dispatchable asset (battery / charger).

half_hourly_traded_prices
HalfHourlyPrice · object[]
required