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