Retrieve all of a users watchlists.
/v1/watchlists
application/xml, application/json, application/javascript
Bearer {access token}
Field | Description |
---|---|
watchlists | An array of watchlists |
name | Wathlist display name |
id | Watchlist ID |
public_id | The watchlist's public Id to be used for sharing |
$ curl -H "Authorization: Bearer {access token}" https://api.tradier.com/v1/watchlists
GET /v1/watchlists HTTP/1.1 Host: api.tradier.com Accept: application/xml Authorization: Bearer 098f6bcd4621d373cade4e832627b4f6
HTTP/1.1 200 OK Content-Type: application/xml;charset=utf-8 X-Ratelimit-Allowed: 120 X-Ratelimit-Used: 1 X-Ratelimit-Available: 119 X-Ratelimit-Expiry: 1369164360001 <?xml version="1.0" encoding="UTF-8"?> <watchlists> <watchlist> <name>default</name> <id>default</id> <public_id>public-atex42pd</public_id> </watchlist> </watchlists>
Tradier Inc. and its corresponding technology services (including API services) are distinct and separate from the services provided by Tradier Brokerage Inc. For more information regarding the services of Tradier, Inc., please contact techsupport@tradier.com. For more information regarding the services of Tradier Brokerage, Inc. please contact service@tradierbrokerage.com. Tradier Brokerage Inc. Member FINRA/SIPC