Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/entsoe_api_client/src/query.ts>QueryBalancing

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.
Latest
variable QueryBalancing
import { QueryBalancing } from "https://deno.land/x/entsoe_api_client@1.0.1/src/query.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[]>