degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
3 lines • 307 B
TypeScript
import { AccountConfigType, AccountDataType, GetAccountStateOptionsType } from '../types';
export declare function getAccountStateRequest(accountData: AccountDataType, accountConfig: AccountConfigType, config: GetAccountStateOptionsType): Promise<any[]>;
//# sourceMappingURL=getAccountStateRequest.d.ts.map