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

Authorizations

Authorization
string
header
required

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

Path Parameters

asset_id
string<uuid>
required

Response

Price curve successfully retrieved

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

half_hourly_traded_prices
HalfHourlyPrice · object[]
required