Creating Alerts
Currently, the default currency is
USD
, we will be adding support for additional currencies soon.Creating an alert with the cryptowatch twitterbot is as simple as creating a tweet and writing the following
"hey
@cryptowatch_bot
let me know when #btc hits 10,000 again!"TL;DR: Just be sure to have the asset-symbol/market indicated with a
#
or $
sign and the price inside the tweet. If the price contains a format, then it should use the dot for decimal separation, i.e. 1,020.13
or 1020.13
are both equivalent.- 1.There must be a direct mention to the bot handler,
@cryptowatch_bot
. - 2.The asset-symbol/market should be indicated by either a
#
or a$
sign, i.e.,$btc
and#btc
are both equivalent. - 3.One can also include markets by indicating it before the asset symbol like so,
#kraken:btc
. - 4.Currently, the default currency is
USD
, we will be adding support for additional currencies soon. - 5.If there is an error due to tweet not being correctly formatted, we will respond back with information on why the error might have originated.
We support different types of alerts to be created using twitterbot, these are
Last modified 4mo ago