Alert List

Retrieve a list of active price alerts.

Response data

IndexFieldTypeDescription
[0...n]ALERT_ARRAYAlert arrayEach index contains one of the n current user's alerts

Alert arrays (Index [0...n])

Index Field 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: 45 req/min

Language