Exchange Deposit Checker
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Exchange Deposit Checker helps you verify if a transaction or wallet address is associated with a known cryptocurrency exchange. You provide a transaction hash or wallet address, and the tool checks against a curated list of known exchange hot wallet addresses. It displays whether the transaction was sent to an exchange, the exchange name, confirmation status, and transaction details. This is essential for traders, investors, and users who want to track deposits, verify that funds have been sent to the correct exchange, or identify exchange addresses. It reads the current network chain ID from your wallet provider to ensure queries are directed to the correct chain.
HOW TO USE
Connect your wallet using the "Connect" button (required for RPC access). Select the target network (Ethereum Mainnet, Sepolia, Polygon, BSC, Arbitrum, Optimism, and testnets are supported). Enter a transaction hash or wallet address. Optionally select a specific exchange to filter results. Click "Check deposit" — the tool will query the chain and check the input against known exchange addresses. The entire operation is read-only — no transactions are signed or sent.
TECHNICAL MECHANISM
The tool maintains a list of known exchange hot wallet addresses for major exchanges (Binance, Coinbase, Kraken, Bitfinex, Huobi, OKX, Bybit, Gate.io, KuCoin). It checks if the provided transaction's destination address or the provided wallet address matches any of these known addresses. If the input is a transaction hash, it fetches the transaction details using provider.getTransaction and checks the `to` field. If the input is a wallet address, it checks if that address is in the exchange list. The tool uses ethers.js v5.7.2 to interact with the chain via the wallet's provider. All calls are view functions — no state is modified.
WHAT IT CANNOT SEE
The tool cannot verify if the deposit was credited to the user's exchange account — it only checks if the destination address is a known exchange wallet. It cannot detect deposits to exchanges that use dynamic deposit addresses or non-standard patterns. It is limited by RPC provider availability and the accuracy of the exchange address list. It cannot check deposits on non-EVM chains. It cannot track deposits that use smart contracts or proxy patterns for deposit addresses.
PLEASE NOTE
This tool is for educational and analytical purposes. The exchange address list is for demonstration and may not be complete or up-to-date. Always verify exchange addresses from official sources. The tool does not persist any data; all state is lost on page reload. EVM chains only.