This bot can you help you to know how much you earned in PCS Staking pools
All you need is your BSC Address and give it to the bot. THAT'S IT
Bot link: https://t.me/PancakeSwapInfo_bot
- Get info from PCS staking pools smart contracts
- Get pending rewards and convert it into USD, GEL (Georgian Lari), BNB, BTC and ETH.
- Calculate current APY of staking pool.
- With the help of pending rewards and other information can calculate how much you will earn in 1 day, 1 week and 1 month.
- Get staked CAKE quantity and convert it into USD, GEL (Georgian Lari), BNB, BTC and ETH.
- Display the price of that coin according to Staking Pool.
- Display the price of CAKE.
- Shows the time how long the Staking Pool will end.
- Get $CAKE Price and other info
- Get info about how much CAKE is staked in Staking and Farming Pools + TVL.
The bot updates the information in all newly created blocks, in 3 seconds.
First of all you need to install python, pycoingecko and Web3.
to install pycoingecko:
pip install pycoingecko
or from source
git clone https://github.com/man-c/pycoingecko.git
cd pycoingecko
python3 setup.py install
to install Web3.py
pip install web3