Function addAssetToWatchlist

  • Appends an asset to a watchlist.

    Example

    const watchlist = await addAssetToWatchlist({
    watchlistId: 'b28f4066-5c6d-479b-a2af-85dc1a8f16fb',
    symbol: 'AAPL',
    })

    Parameters

    Returns Promise<undefined | Watchlist>

Generated using TypeDoc