curl -X POST https://api.cryptocurrencyalerting.com/v1/alert-conditions
-u API_TOKEN:
-H ‘Content-Type: application/json’
-d ‘{“type”:“new_coin”, “currency”:“ANY”, “channel”:{“name”: “email”}, “exchange”:“Binance”}’
How to implement this on blocks
Api website- REST API Reference - Cryptocurrency Alerting
How to use it