# On Hold Orders The on hold orders API provides you the possibility to hold orders before they are going to be **traded**. You can hold your orders and once the orders are on hold they are **not** going to be traded with the orderbook. ## Get On Hold Orders - [GET /public-api/1.0/electricity/on-hold-orders](https://api-reference.etpa.nl/api/on-hold-orders/getonholdorders.md): Get a list of on hold orders. ## Create On Hold Orders - [POST /public-api/1.0/electricity/on-hold-orders](https://api-reference.etpa.nl/api/on-hold-orders/createonholdorders.md): Creates new on hold orders. To create on hold order, id or id's of the existing Orders must be provided ## Get On Hold Order - [GET /public-api/1.0/electricity/on-hold-orders/{id}](https://api-reference.etpa.nl/api/on-hold-orders/getonholdorder.md): Get order by ID. ## Delete On Hold Order - [DELETE /public-api/1.0/electricity/on-hold-orders/{id}](https://api-reference.etpa.nl/api/on-hold-orders/deleteorder.md): Delete on hold order by ID.