This API allows GOPACS to check the current status of congestion spread buckets. It helps determine whether congestion data is available or up to date.
NOTE: This endpoint can be only used by GOPACS.
Get congestion spread buckets status
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/2.0/electricity/congestion-spread-bucket/status?gopacsClearingId=string&etpaClearingId=string' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "clearingId": "string", "etpaClearingId": "string", "orderCallGroups": [ { … } ], "status": "COMPLETED" }