Where can I get instrument tokens?

harikongu
In WebSocket
def on_connect(ws):
# Subscribe to a list of instrument_tokens (RELIANCE and ACC here).
ws.subscribe([738561, 5633])

Where can I get instrument tokens?
This discussion has been closed.