GET
/
entities
/
geography
/
{geography_id}
/
markets
Authorization
Path
curl --request GET \
  --url http://localhost:8001/entities/geography/{geography_id}/markets
[
  {
    "id": "<string>",
    "name": "<string>",
    "properties": {
      "asset_neutral": true,
      "bid_frequency": [],
      "bid_increment_mw": 123,
      "bid_length_hrs": 123,
      "direction": "<string>",
      "full_activation_time_s": 123,
      "half_activation_time_s": 123,
      "initial_activation_time_s": 123,
      "locational": true,
      "max_delivery_duration_mins": 123,
      "max_group_size": "<any>",
      "measurement": "<string>",
      "measurement_level": "<string>",
      "min_bid_mw": 123,
      "participant": "<string>",
      "payment": [],
      "prequalification_level": "<string>",
      "required_asset_standards": {}
    },
    "requires_supply_license": true,
    "type": "<string>",
    "zone": "DE_TENNET"
  }
]

Path Parameters

geography_id
enum<string>
required

An enumeration.

Available options:
DE,
UK,
NL,
FR,
SE,
DK,
IE,
NO,
IT,
FI,
BE,
ES,
AT,
BG,
HU,
HR,
CZ,
EE,
GR,
LV,
PT,
PL

Response

200 - application/json
id
string
required
name
string
required
properties
object
required
requires_supply_license
boolean
default: false
type
string
required
zone
enum<string>
required

An enumeration.

Available options:
DE_TENNET,
DE_TRANSNET,
DE_AMPRION,
DE_50HZ,
DK1,
DK2,
SE1,
SE2,
SE3,
SE4,
NO1,
NO2,
NO3,
NO4,
NO5,
UK,
NL,
FR,
IE,
IT,
FI,
BE,
ES,
AT,
BG,
HU,
HR,
CZ,
EE,
GR,
LV,
PT,
PL