Question for nifty intraday day data

please one time nifty intraday data sample code

import pdb
from Dhan_Tradehull import Tradehull
import pandas as pd

client_code = “”
token_id = “”
tsl = Tradehull(client_code,token_id)

#watchlist = [“ACC”, “CIPLA”, “GAIL”, “AXISBANK”, “LT”, “WIPRO”]
#watchlist1=[“NIFTY 24 OCT 24300 CALL”,“NIFTY 24 OCT 24300 PUT”,“NIFTY 24 OCT 24350 CALL”,“NIFTY 24 OCT 24350 PUT”,“NIFTY 24 OCT 24400 CALL”,“NIFTY 24 OCT 24400 PUT”,“NIFTY 24 OCT 24450 CALL”,“NIFTY 24 OCT 24450 PUT”,“NIFTY 24 OCT 24500 CALL”,“NIFTY 24 OCT 24500 PUT”,“NIFTY 24 OCT 24550 CALL”]
watchlist2=[“NIFTY_50”]
#nifty_ce_name, nifty_pe_name, strike = tsl.ATM_Strike_Selection(‘NIFTY’,‘24-10-2024’)

for name in watchlist2:
chart = tsl.get_intraday_data(name,‘NSE’,1)
print(name)
print(chart)
pdb.set_trace()
isko correct kijiye
client code aur api key me dal dunga vo security purpose ke liye hata diya hai