Append Coinbase sell prices to Google Sheets
This query returns the sell prices of the cryptocurrencies you list, combined into one result.
Developer info
- API endpoint slug
- coinbase.get_sell_prices
- Runtime method
- performQuery("coinbase.get_sell_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 sell price
- Slug
- fiat_type
- Required
- true
- Can have default value
- false
Ingredients
Prices summary All requested sell prices in one line, in the order you listed the coins
- Slug
- prices_summary
- Filter code
- Coinbase.getSellPrices.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.getSellPrices.PricesJson
- Type
- String
- Example
- [{"code":"BTC","amount":"64820.99"}]
Fiat type The fiat currency of the prices
- Slug
- fiat_type
- Filter code
- Coinbase.getSellPrices.FiatType
- Type
- String
- Example
- USD
Coin count How many distinct coins were priced
- Slug
- coin_count
- Filter code
- Coinbase.getSellPrices.CoinCount
- Type
- String
- Example
- 2
