Coinbase has different market statuses for crypto pairs, including full-trading, limit-only, etc. For example, limit-only means only limit orders can be accepted for this pair. Is there a method in QC to get the market status of a given crypto pair, especially during live trading? It is important because otherwise if we send a market order for a limit-only pair, an error would occur. Alternatively, can we use some try-and-catch workaround: we try to send a market order, and if we receive an error due to its market status, we change it to a limit order or remove this pair from the universe? If that is possible, is there an example for something similar?