On the Symbol master json documentation page (https://myapi.fyers.in/docsv3#tag/Broker-Config/paths/~1Broker%20Config/put), the tradeStatus property is documented as
Flag to check if security is allowed to trade.
Expected values - 0/1
0 = Tradable. 1 = Non-tradable
However, all symbols in the json content have "1" as tradeStatus
If the documentation is correct, this means all symbols are non-tradable
If the documentation wrongly interchanged the values, still it doesn't make sense because INDICES are non-tradable.
Let me know
Should the "tradeStatus" value in the json be disregarded? In that case, how can I detect which symbols are tradable?
Can I treat all indices as non-tradable and all other symbols as tradable?