Chain Support

OneBalance is constantly expanding network support. If you need support for a network not listed here, please contact our team.

ChainIDStatus
EthereumEthereum Mainnet (EVM)
eip155:1
OptimismOptimism (EVM)
eip155:10
ArbitrumArbitrum (EVM)
eip155:42161
PolygonPolygon (EVM)
eip155:137
BaseBase (EVM)
eip155:8453
LineaLinea (EVM)
eip155:59144
AvalancheAvalanche (EVM)
eip155:43114
BSCBSC (EVM)
eip155:56
BlastBlast (EVM)
eip155:81457
BerachainBerachain (EVM)
eip155:80094
SolanaSolana (non-EVM)
-Early Q3
BitcoinBitcoin (non-EVM)
-Mid Q3
Other EVMs-On demand
Other Chains-On demand, case by case

Network References

Each network in OneBalance is identified using the CAIP-2 chain ID format:

  • Format: eip155:{chainId}
  • Example: eip155:1 for Ethereum Mainnet

When using the OneBalance API, you’ll reference these networks using their CAIP-2 identifiers.

CAIP-2 identifier
// Example of referencing Ethereum in the API
const ethereumChain = 'eip155:1';