Skip to main content
Returns a list of market_id strings that the user has added to their watchlist.
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://polychadsbot.xyz/api/v1/user/watchlist
{
  "markets": [
    "0x91836...18391",
    "0x1819a...bb919",
    "0xac918...91811"
  ]
}
FieldTypeDescription
marketsarray of stringsList of Polymarket market_ids that the user is watching