This query returns the sell prices of the cryptocurrencies you list, combined into one result.
- API endpoint slug
- coinbase.get_sell_prices
- Runtime method
- performQuery("coinbase.get_sell_prices"}
Query fields
- 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
- 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
- Slug
- prices_summary
- Filter code
- Coinbase.getSellPrices.PricesSummary
- Type
- String
- Example
- BTC: 64820.99, ETH: 1910.55
- Slug
- prices_json
- Filter code
- Coinbase.getSellPrices.PricesJson
- Type
- String
- Example
- [{"code":"BTC","amount":"64820.99"}]
- Slug
- fiat_type
- Filter code
- Coinbase.getSellPrices.FiatType
- Type
- String
- Example
- USD
- Slug
- coin_count
- Filter code
- Coinbase.getSellPrices.CoinCount
- Type
- String
- Example
- 2