Post Coinbase buy prices to Discord on Button press
This query returns the buy prices of the cryptocurrencies you list, combined into one result.
Developer info
- API endpoint slug
- coinbase.get_buy_prices
- Runtime method
- performQuery("coinbase.get_buy_prices"}
Query fields
Cryptocurrencies Text input > Other
- Label
- Cryptocurrencies
- Helper text
- Comma-separated list of cryptocurrency codes, e.g. BTC, ETH, DOGE (up to 10). See Coinbase Supported Currencies for available codes.
- Slug
- cryptocurrencies
- Required
- true
- Can have default value
- true
Fiat type Dropdown list
- Label
- Fiat Currency
- Helper text
- Which fiat currency should be used for the buy price
- Slug
- fiat_type
- Required
- true
- Can have default value
- false
Ingredients
Prices summary All requested buy prices in one line, in the order you listed the coins
- Slug
- prices_summary
- Filter code
- Coinbase.getBuyPrices.PricesSummary
- Type
- String
- Example
- BTC: 64820.99, ETH: 1910.55
Prices json The same prices as a JSON array of code/amount pairs, for filter code
- Slug
- prices_json
- Filter code
- Coinbase.getBuyPrices.PricesJson
- Type
- String
- Example
- [{"code":"BTC","amount":"64820.99"}]
Fiat type The fiat currency of the prices
- Slug
- fiat_type
- Filter code
- Coinbase.getBuyPrices.FiatType
- Type
- String
- Example
- USD
Coin count How many distinct coins were priced
- Slug
- coin_count
- Filter code
- Coinbase.getBuyPrices.CoinCount
- Type
- String
- Example
- 2
