im new to trading and i made a trading bot but how do i check the ui for candlesticks and my balance on testnet?

i had a clever idea to use python to make a trading bot but i dont know where it is?

Hey,
There is unfortunately no UI for the Spot Testnet. If you want to see your balance, use the endpoint GET /api/v3/account. For the candlesticks, use the endpoint GET /api/v3/klines.