UNPKG

@master-chief/alpaca-ts

Version:

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

10 lines (9 loc) 210 B
/** * Append an asset for the symbol to the end of watchlist asset list */ export declare type AddAssetToWatchlistRequest = { /** * symbol name to append to watchlist */ symbol?: string; };