UNPKG

degiro-api

Version:

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

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