Skip to main content

Overview

The Watchlist API allows you to create, update, and delete watchlists for tracking securities.

Methods

GetWatchlists(accountID string)

CreateWatchlist(accountID, name string, symbols []string)

UpdateWatchlist(watchlistID string, symbols []string)

DeleteWatchlist(watchlistID string)