@alpacahq/alpaca-trade-api
Version:
Javascript library for the Alpaca Trade API
8 lines (7 loc) • 372 B
TypeScript
export function getAll(): any;
export function getOne(id: any): any;
export function addWatchlist(name: any, symbols?: undefined): any;
export function addToWatchlist(id: any, symbol: any): any;
export function updateWatchlist(id: any, newWatchList: any): any;
export function deleteWatchlist(id: any): any;
export function deleteFromWatchlist(id: any, symbol: any): any;