Skip to content

Congestion State Check

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

Request

Get congestion spread buckets status

Security
api-key
Query
gopacsClearingIdstring

GOPACS clearing id to find congestion spread bucket

etpaClearingIdstring

ETPA clearing id to find congestion spread bucket

GET
/public-api/2.0/electricity/congestion-spread-bucket/status
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'

Responses

OK

Bodyapplication/json
clearingIdstringrequired
etpaClearingIdstringrequired
orderCallGroupsArray of objects(OrderCallGroupAPIView)required
statusstringrequired
Enum:"COMPLETED""PENDING""FAILED"
Response
{ "clearingId": "string", "etpaClearingId": "string", "orderCallGroups": [ {} ], "status": "COMPLETED" }