UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

3 lines 316 B
import { AccountConfigType, AccountDataType, GetOrdersConfigType, GetOrdersResultType } from '../types'; export declare function getOrdersRequest(accountData: AccountDataType, accountConfig: AccountConfigType, config: GetOrdersConfigType): Promise<GetOrdersResultType>; //# sourceMappingURL=getOrdersRequest.d.ts.map