# Проверка баланса кошельков в Google Shits **Published by:** [Crypto Lefty](https://paragraph.com/@crypto-lefty/) **Published on:** 2022-12-09 **URL:** https://paragraph.com/@crypto-lefty/google-shits ## Content Хороший способ для быстрой проверки балансов через таблицу + подсчета суммы. Из явных минусов - у ебучего google shits ограничение на ~50 запросов в минуту. Файл-Создать копию. Пользуемся Таблица с формулами Формулы для проверкиARBITRUM=VALUE(REGEXREPLACE(REGEXEXTRACT(IMPORTXML("https://arbiscan.io/address/"&B2&"";"//[text()='ETH Value:']/following-sibling::div/text()");"\d.?\d+"); "^(\d+)(?:.,.)?"; "$1,$2\0"))ETHERIUM=VALUE(REGEXREPLACE(REGEXEXTRACT(IMPORTXML("https://etherscan.io/address/"&B2&"";"//*[text()='Value:']/following-sibling::div/text()");"\d\.?\d+"); "^(\d+)(?:.,.*)?"; "$1,$2\0"))MATIC=VALUE(REGEXREPLACE(REGEXEXTRACT(IMPORTXML("https://polygonscan.com/address/"&B2&"";"//[text()='MATIC Value:']/following-sibling::div/text()");"\d.?\d+"); "^(\d+)(?:.,.)?"; "$1,$2\0"))OPTIMISM=VALUE(REGEXREPLACE(REGEXEXTRACT(IMPORTXML("https://optimistic.etherscan.io/address/"&B2&"";"//*[text()='Value:']/following-sibling::div/text()");"\d\.?\d+"); "^(\d+)(?:.,.*)?"; "$1,$2\0"))BSC=VALUE(REGEXREPLACE(REGEXEXTRACT(IMPORTXML("https://bscscan.com/address/"&B2&"";"//[text()='BNB Value:']/following-sibling::div/text()");"\d.?\d+"); "^(\d+)(?:.,.)?"; "$1,$2\0"))AVAX=VALUE(REGEXREPLACE(REGEXEXTRACT(IMPORTXML("https://snowtrace.io/address/"&B2&"";"//[text()='AVAX Value:']/following-sibling::div/text()");"\d.?\d+"); "^(\d+)(?:.,.)?"; "$1,$2\0"))Украдено у Thomasi ## Publication Information - [Crypto Lefty](https://paragraph.com/@crypto-lefty/): Publication homepage - [All Posts](https://paragraph.com/@crypto-lefty/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@crypto-lefty): Subscribe to updates