CryptoBoss — Price Alerts
Pricing
from $50.00 / 1,000 results
Go to Apify Store

CryptoBoss — Price Alerts
Watch coin prices and fire a webhook when they cross your threshold. Schedule it for continuous alerts. No API keys required.
Pricing
from $50.00 / 1,000 results
Rating
0.0
(0)
Developer
ElevaSync Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
CryptoBoss — Price Alerts Actor
Watch coin prices and get notified when they cross your threshold.
How it works
- Give it coins to watch (up to 25), e.g.
bitcoin, ethereum, SOL, DOGE - Set a threshold and condition (
above/below) - Provide a webhook URL — it POSTs a JSON alert every time the threshold is crossed
- Schedule it (e.g. every 15 minutes) for continuous monitoring
Every run also stores the current prices of all watched coins in the dataset, whether or not anything triggered.
Example input
{"coins": "bitcoin, ethereum","condition": "above","thresholdUsd": 100000,"webhookUrl": "https://your-app.example.com/crypto-alert"}
Webhook payload
{"mode": "price_alert","fetchedAt": "2026-08-01T03:00:00.000Z","name": "Bitcoin","symbol": "BTC","priceUsd": 100050.12,"change24h": 1.23,"thresholdUsd": 100000,"condition": "above","triggered": true}
Optional webhookToken is sent as Authorization: Bearer <token>.
Data source
- CoinPaprika — free public API, no key required