Increase limit of the request to listings
[cryptoalert.git] / sample.hjson
blobfeb25fafb0812c3896d92dfe3cadf5c93dd0c52d
1 // This is an example of script input.
3 key: 1234-5678-abcd
4 watch: [
5         // Use symbols from coinmarketcap.com.
7         {
8                 symbol: ETH
9                 when: >2000
10         }
11         {
12                 symbol: ETH
13                 when: <100
14         }
15         {
16                 symbol: BTC
17                 when: >15000
18         }
19         {
20                 symbol: ZEC
21                 when: >60
22         }
24         // I don't believe in USDT.
25         {
26                 symbol: USDT
27                 when: <0.9
28         }
29         {
30                 symbol: USDT
31                 when: >1.1
32         }