Notify me when Coinbase cryptocurrency price drops below
This trigger fires when the Coinbase spot price (the current market price) for the cryptocurrency and fiat pair you choose drops below the threshold you set. It fires on the downward crossing, not on the price level when you set the applet up.
Developer info
- API endpoint slug
- coinbase.price_drops_below
Trigger fields
Cryptocurrency type Dropdown list
- Label
- Cryptocurrency
- Helper text
- Note: Not all currencies are available in all markets. See Coinbase Supported Currencies for more details.
- Slug
- cryptocurrency_type
- Required
- true
- Can have default value
- true
Fiat type Dropdown list
- Label
- Fiat currency
- Helper text
- The fiat currency to compare the price against (for example, USD).
- Slug
- fiat_type
- Required
- true
- Can have default value
- false
Threshold Text input > Other
- Label
- Price threshold
- Helper text
- Fires when the Coinbase spot (market) price crosses this value, in the fiat you selected. Enter a number like 60000 or 0.05 (no commas or currency symbols).
- Slug
- threshold
- Required
- true
- Can have default value
- true
Ingredients
Pair The cryptocurrency and fiat pair being watched
- Slug
- pair
- Filter code
- Coinbase.priceDropsBelow.Pair
- Type
- String
- Example
- BTC-USD
Current price The Coinbase spot price when it crossed your threshold
- Slug
- current_price
- Filter code
- Coinbase.priceDropsBelow.CurrentPrice
- Type
- String
- Example
- 63049.165
Configured threshold The threshold price you configured
- Slug
- configured_threshold
- Filter code
- Coinbase.priceDropsBelow.ConfiguredThreshold
- Type
- String
- Example
- 60000
Crossed at When the price crossed your threshold
- Slug
- crossed_at
- Filter code
- Coinbase.priceDropsBelow.CrossedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
