post https://api.bitfinex.com/v2/auth/w/alert/set
Sets up a price alert at the given value
Fields
Term | Type | Description |
---|---|---|
INFO | string | 'type:pair:price' |
TYPE | string | Alert type ('price') |
PAIR | string | Pair on which the price alert is active (tBTCUSD, tBTCUST, ...) |
PRICE | float | Alert price |
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