post https://api.bitfinex.com/v2/auth/r/alerts
Retrieve a list of active price alerts.
Ratelimit: 45 req/min
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