/admin/update-watchlist
Updates the watchlist for the price tracker. Limit 5 total.
await axios.post(`https://api.cryptocadet.app/api/admin/update-watchlist`, {
apiKey,
secretKey,
symbol,
tokenData,
uid
})Last updated
Updates the watchlist for the price tracker. Limit 5 total.
await axios.post(`https://api.cryptocadet.app/api/admin/update-watchlist`, {
apiKey,
secretKey,
symbol,
tokenData,
uid
})Last updated