# Get Contracts This XBID contract endpoint will return all the active contracts for XBID. Even though you can’t create orders with the contractId it will give you an indication when the contracts will be opened for trading. Endpoint: GET /public-api/1.0/xbid/active-contracts Version: 1.0 Security: api-key ## Query parameters: - `deliveryArea` (string, required) Enum: "NL - TTN", "DE - 50HzT", "DE - AMP", "DE - TNG", "DE - TTG" - `product` (string) Enum: "QUARTER", "HOUR", "HALF_HOUR" ## Response 200 fields (application/json): - `product` (string, required) - `contractId` (integer, required) - `deliveryArea` (object, required) - `deliveryArea.country` (string, required) Country code Enum: "DE", "NL" - `deliveryArea.eic` (string, required) Eic code Enum: "10YDE-VE-------2", "10YDE-RWENET---I", "10YDE-ENBW-----N", "10YDE-EON------1", "10YNL----------L" - `deliveryArea.name` (string, required) Name Enum: "DE - 50HzT", "DE - AMP", "DE - TNG", "DE - TTG", "NL - TTN" - `startTimeDeliveryPeriod` (integer, required) Example: 1517406300000 - `endTimeDeliveryPeriod` (integer, required) Example: 1517406300000 - `startTrading` (integer) Example: 1517406300000 - `endTrading` (integer) Example: 1517406300000 ## Response 400 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array)