post https://api.bitfinex.com/v2/auth/w/alert/set
Sets up a price alert at the given value
Response data
| Index | Term | Type | Description | 
|---|---|---|---|
| [0] | INFO | string | 'type:pair:price' | 
| [1] | TYPE | string | Alert type ('price') | 
| [2] | PAIR | string | Pair on which the price alert is active (tBTCUSD, tBTCUST, ...) | 
| [3] | PRICE | float | Alert price | 
| [4] | COUNTDOWN | int | This is set to 100 when the alert is placed. Each time the alert is triggered, this number will go down. When the countdown reaches 0, the alert gets removed. | 
Ratelimit: 90 req/min
