GET
/
api
/
v3
/
tariffs
curl --request GET \
  --url https://cloud.volttime.com/api/v3/tariffs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "location": "architecto"
}'
{
  "data": [
    {
      "type": "epex-spot",
      "location": "GW",
      "timestamp": "2025-05-02T11:43:23.000000Z",
      "price": 5,
      "price_includes_tax": false
    },
    {
      "type": "epex-spot",
      "location": "ML",
      "timestamp": "2025-05-02T11:43:23.000000Z",
      "price": 4,
      "price_includes_tax": true
    }
  ]
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Body

application/json

Response

200 - application/json

The response is of type object.