GET
/
entities
/
market
curl --request GET \
  --url https://sandbox.axle.energy/entities/market/
[
  {
    "id": "<string>",
    "name": "<string>",
    "type": "<string>",
    "zone": "DE_TENNET",
    "properties": {
      "asset_neutral": true,
      "participant": "<string>",
      "measurement_level": "<string>",
      "prequalification_level": "<string>",
      "bid_frequency": [
        "<string>"
      ],
      "measurement": "<string>",
      "payment": [
        "<string>"
      ],
      "direction": "<string>",
      "min_bid_mw": 123,
      "bid_increment_mw": 123,
      "bid_length_hrs": 123,
      "max_group_size": "<any>",
      "required_asset_standards": {
        "EU_MID": false,
        "UK_MIR": false,
        "UK_weights_and_measures_1985": false,
        "UK_smart_charging_regs": false,
        "UK_COP_11": false,
        "UK_PAS_1878": false,
        "UK_PAS_1879": false
      },
      "max_delivery_duration_mins": 123,
      "initial_activation_time_s": 123,
      "half_activation_time_s": 123,
      "full_activation_time_s": 123,
      "locational": false
    },
    "requires_supply_license": false
  }
]

Response

200 - application/json
Successful Response
id
string
required
name
string
required
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
properties
object
required
requires_supply_license
boolean
default:false