Skip to main content
GET
/
schedule-management
/
v1
/
reference
/
exchange-priority-balance-groups
List Exchange Priority Balance Groups
curl --request GET \
  --url https://api.engrate.io/schedule-management/v1/reference/exchange-priority-balance-groups \
  --header 'Authorization: <api-key>'
[
  {
    "eic_code": "<string>",
    "exchange_name": "<string>",
    "has_exchange_priority": true
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json

Successful Response

eic_code
string
required

EIC X code of the exchange balance group.

Example:

"11XEPEXSPOT----W"

exchange_name
string
required

Name of the energy exchange (e.g. EPEX SPOT, EEX).

Example:

"EPEX SPOT SE"

has_exchange_priority
boolean
default:true

Always true for entries in this list.