This article talks about building a Telegram Bot that fetches data from RootStock chain using RootStock API.Bots are becoming relevant nowadays, and they help to get first-hand information without visiting explorers or wallets.In this article, you will learn how to build a Telegram bot that fetches data from Rootstock using RootStock API.You need to use Bot Father, Nodemon, Express, Dotenv, body-parser, and web3.js.You will learn to use different commands such as start, balance, transactions, latestblock, help, gasprice, etc.The Balance Checker command helps to check the balance of a wallet.The server starts and listens for incoming requests.You can add more commands using available RPC API Methods.Overall, this article has guided in building a telegram bot that Query data from the RootStock network.This sample Telegram bot and code snippets can be useful for blockchain enthusiasts who aspire to develop their bots.