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) 194 B
/** * Append an asset for the symbol to the end of watchlist asset list */ export type AddAssetToWatchlistRequest = { /** * symbol name to append to watchlist */ symbol?: string; };