Skip to main content

exchangeMarkets

Fetch available trading pairs for an exchange and optional trading mode. Defaults to spot if tradingMode is omitted. The exchange parameter is validated against the catalog at runtime.

exchangeMarkets(
exchange: String!
tradingMode: MarketDataTradingMode
): [ExchangeMarketInfo!]!

Arguments

exchangeMarkets.exchange ● String! non-null scalar

exchangeMarkets.tradingMode ● MarketDataTradingMode enum

Type

ExchangeMarketInfo object

Exchange market (trading pair) information