Skip to content

Lock orders in orderbook

Request

Locks orders with specified id's

Security
api-key
Bodyapplication/jsonrequired
Array of strings
POST
/public-api/1.0/electricity/gopacs-orderbook/status/lock
curl -i -X POST \
  https://acc-trading.etpa.nl/public-api/1.0/electricity/gopacs-orderbook/status/lock \
  -H 'Content-Type: application/json' \
  -H 'api_key: YOUR_API_KEY_HERE' \
  -d '[
    "string"
  ]'

Responses

OK

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