Skip to main content

exchangeStakeCurrencies

Stake currencies an exchange+tradingMode exposes, derived from the unique quote currencies in its market listing. Used by FreqtradeConfigForm's basic section to drive the stake_currency Select — avoids hard-coded USDT/USDC/BTC lists that rot each time an exchange adds or drops a quote. Sorted alphabetically.

exchangeStakeCurrencies(
exchange: String!
tradingMode: MarketDataTradingMode
): [String!]!

Arguments

exchangeStakeCurrencies.exchange ● String! non-null scalar

exchangeStakeCurrencies.tradingMode ● MarketDataTradingMode enum

Type

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.