Skip to main content
POST
/
api
/
users
/
watchlist
curl -X POST https://worker.rushed.com.br/api/users/watchlist \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"type": "ticker", "value": "PETR4"}'
{ "success": true, "data": { "watchlistTickers": ["PETR4", "VALE3"] } }

Headers

X-API-Key
string
required
Your Rushed API key: rsh_live_xxxxxxxxxxxx

Request Body

type
string
required
company or ticker
value
string
required
Entity ID (for company) or ticker symbol (e.g., PETR4)
curl -X POST https://worker.rushed.com.br/api/users/watchlist \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"type": "ticker", "value": "PETR4"}'
{ "success": true, "data": { "watchlistTickers": ["PETR4", "VALE3"] } }