tradeStatus value in the symbol master JSON is 1 for all symbols

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

  1. If the documentation is correct, this means all symbols are non-tradable

  2. If the documentation wrongly interchanged the values, still it doesn't make sense because INDICES are non-tradable.

Let me know

  1. Should the "tradeStatus" value in the json be disregarded? In that case, how can I detect which symbols are tradable?

  2. Can I treat all indices as non-tradable and all other symbols as tradable?

1
1 reply