Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/homes/{id}/price_signal \ --header 'Content-Type: application/json' \ --header 'x-ws-api-key: <api-key>' \ --data ' { "startTime": "2025-02-25T16:13:37.902Z", "endTime": "2025-02-26T16:13:37.902Z" } '
{ "homeId": "ws_home_123456789", "startTime": "2025-02-25T16:13:37.902Z", "endTime": "2025-02-26T16:13:37.902Z", "data": [ { "startTime": "2025-02-25T16:13:37.902Z", "endTime": "2025-02-26T01:13:37.902Z", "price": 0.42625, "import": 0.42625, "export": 0, "confidence": 0.95 }, { "startTime": "2025-02-26T01:13:37.902Z", "endTime": "2025-02-26T04:13:37.902Z", "price": 0.46486, "import": 0.46486, "export": 0, "confidence": 0.95 }, { "startTime": "2025-02-26T04:13:37.902Z", "endTime": "2025-02-26T16:13:37.902Z", "price": 0.42625, "import": 0.42625, "export": 0, "confidence": 0.95 } ], "prices": [ 0.42625, 0.46486, 0.42625 ], "export": [ 0, 0, 0 ], "import": [ 0.42625, 0.46486, 0.42625 ] }
WattShift API Key
Show child attributes
expected price in $/kWh in 15min intervals
import rate in $/kWh in 15min intervals
export rate in $/kWh in 15min intervals