Skip to content

Locks entire orderbook

Request

Locks all orders from GOPACS orderbook

Security
api-key
POST
/public-api/1.0/electricity/gopacs-orderbook/status/lock/all
curl -i -X POST \
  https://acc-trading.etpa.nl/public-api/1.0/electricity/gopacs-orderbook/status/lock/all \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
lockedArray of stringsrequired
failedArray of stringsrequired
lockedByTimeStampinteger, (int64)required
Example:1704070000000
Response
{ "locked": [ "string" ], "failed": [ "string" ], "lockedByTimeStamp": 1704070000000 }