Skip to main content
Module

x/entsoe_api_client/mod.ts>QueryBalancing

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.
Go to Latest
variable QueryBalancing
import { QueryBalancing } from "https://deno.land/x/entsoe_api_client@0.9.4/mod.ts";

Fetch and process Balancing_MarketDocument(s)

Identifies the fetched docuement, validates key features, and returns an array of typed documents

If the query yield smething other than Balancing_MarketDocument(s), an error will be thrown.

type

(securityToken: string, params: QueryParameters) => Promise<BalancingDocument[]>