{ "opencollection": "1.0.0", "info": { "name": "GridX Enterprise Rate Platform Authentication Pricing API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "Retrieve dynamic pricing data", "type": "http" }, "http": { "method": "GET", "url": "https://pge-pe-api.gridx.com/v1/getPricing", "params": [ { "name": "utility", "value": "", "type": "query" }, { "name": "market", "value": "", "type": "query" }, { "name": "program", "value": "", "type": "query" }, { "name": "startdate", "value": "", "type": "query" }, { "name": "enddate", "value": "", "type": "query" }, { "name": "ratename", "value": "", "type": "query" }, { "name": "representativeCircuitId", "value": "", "type": "query" }, { "name": "cca", "value": "", "type": "query", "description": "Community Choice Aggregator code." } ] }, "docs": "Returns historical, current, or forecasted dynamic prices for a utility, market, program, and rate. Response includes a price header (curve name, market, interval length, currency, settlement unit) and per-interval price components broken down into generation and distribution costs. Documented for PG&E and SCE deployments." } ] } ], "bundled": true }