Skip to content

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" }