cURL
curl --request GET \ --url https://api.engrate.io/schedule-management/v1/reference/exchange-priority-check/{eic_code} \ --header 'Authorization: <api-key>'
{ "eic_code": "<string>", "has_exchange_priority": true, "exchange_name": "<string>" }
Check if a specific balance group has exchange priority.
Useful for the UI to flag counterparties with Börsenvorrang when displaying ANO reconciliation data.
Args: eic_code: EIC code of the balance group to check.
Successful Response
Result of an exchange-priority check for a given EIC code.
Was this page helpful?