The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Last updated Apr 8, 2026
173
Stars
68
Forks
23
Issues
0
Stars/day
Attention Score
85
Topics
Language breakdown
JavaScript 89.3%
HTML 7.8%
CSS 2.5%
Solidity 0.4%
▸ Files
click to expand
README
DeltaBalances.github.io
A community tool to make Ethereum-based decentralized exchanges a little easier.- View all your ERC20 token balances in one place (including deposited balances)
- Retrieve and export a history of all your DEX trades.
- Look at the details of your transactions with decentralized exchanges.
Smart contract
Want to check a lot of token balances in your Dapp? Try the DeltaBalances smart contract Batch hundreds of tokens into a single web3 request:- Get the token balance for multiple tokens
- Get the deposited exchange balance for multiple tokens
- Get the token allowance for multiple tokens
Exchange support
Supported Decentralized exchanges for each website feature. | Exchange | Deposited Tokens | Recent Tx| Tx Info| Trade History| |----------|------------------|------------------|-----------------------------|------------------| | 0x Instant (0x v2 & v3) | - | Yes| Yes| No | | 0x Protocol v1 | - | Yes| Yes| Yes | | 0x Protocol v2(.1) | - | Yes| Yes| Yes | | 0x Protocol v3 | - | Yes| Yes| Yes | | AirSwap v1| - | Yes |Yes |Yes| | Bancor v1 | - | Yes| Yes | No| | BancorX cross-chain | - | Yes| Yes | No| | DDEX hydro 1.0| - | Yes| Yes| Not yet | | DDEX hydro 1.1| - | Yes| Yes| Yes | | Decentrex †| Yes| Yes| Yes| Yes | | Dexy † |Yes| No| No | No| | EasyTrade |-| Yes| Yes | Yes| | Enclaves Dex † | Yes | Yes| Yes | Yes| | DiversiFi v1 Etfinex trustless v1 (v2*) | - | Yes | Yes | Yes | | Eth2Dai |-|Yes| Yes | Yes| | ETHEN |Yes|Yes|Yes|Yes| | EtherC |Yes|Yes|Yes|Yes| | EtherDelta †| Yes| Yes| Yes| Yes | | ETHEX †|-|Yes|Yes|Yes| | ForkDelta| Yes| Yes| Yes| Yes | | IDEX v1| Yes |Yes |Yes| No | | IDEX v2| Yes |Yes |Partial| No | | Joyso|Yes| Not yet| Not yet | No| | Kyber Network v1 |-|Yes|Yes| Yes | Yes| | Oasis OasisDex †|-|Yes| Yes | Yes| | OasisDirect |-|Yes| Yes | No| | SingularX|Yes| Yes| Yes | Yes| | SwitchDex|Yes| Yes| Yes | Not yet| | Switcheo v1|Yes| Partial (WIP)| Partial (WIP) | Not yet| | Switcheo v2|Yes| Not yet| Not yet | Not yet| | Token Store (ETH) †| Yes| Yes| Yes| Yes | | Token store Instant-trade †| - | Yes| Yes | No| | Uniswap v1| - | Yes| Yes| Not yet| († = Exchange is no longer active) * Ethfinex v2 uses 0x v2Requirements for support
Exchange contract features required per page.- Token Balances: Needs a contract with a public balance function with 1 or 2 parameters, like
balanceOf(.. , ..).
- Recent transactions: Parses function input for transactions, needs published smart contract code.
- Trade history: Parses trade events for transactions, needs published smart contract code.
- Transaction info: Parses function input and emitted events for 1 transaction, needs published smart contract code.
0x Protocol Relayers
Multiple exchanges that all use the same 0x Protocol smart contract (V1 or V2). Popular relayers will be displayed by name, others will show up asunknown 0x.
Some of the many named relayers:
Radar Relay, DDEX (v1, 2018), Paradex, Ethfinex trustless v2, OpenRelay, Tokenlon
See config/addresses.js for the full list of named relayers.🔗 More in this category