UNPKG

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
import { AccountConfigType, AccountDataType, GetTransactionsOptionsType, TransactionType } from '../types'; export declare function getTransactionsRequest(accountData: AccountDataType, accountConfig: AccountConfigType, config: GetTransactionsOptionsType): Promise<TransactionType[]>; //# sourceMappingURL=getTransactionsRequest.d.ts.map