Exchange Integration
This guide will walk you through the process of integrating the IoTeX token ($IOTX
) on your exchange. Since IoTeX is fully Ethereum-compatible, most integration steps will resemble those of any EVM blockchain. Below are the detailed steps, requirements, and resources necessary for seamless integration.
If you require further assistance, please don’t hesitate to reach out to our support team.
1. Overview of IoTeX and $IOTX Token
IoTeX is a leading decentralized layer-1 blockchain, focused on enabling decentralized physical infrastructure networks (DePIN). The IoTeX native token, $IOTX
, powers the IoTeX ecosystem by facilitating blockchain transactions, staking, governance, as well as data computing and identities management for DePINs.
• Token Name: IoTeX
• Ticker Symbol: IOTX
• Blockchain: IoTeX Mainnet
• Standard: Native Protocol Token
2. Blockchain Basics and Compatibility
IoTeX Mainnet Information
• Network Name: IoTeX Mainnet
• Chain ID: 4689
• Symbol: IOTX
• RPC URL: https://babel-api.mainnet.iotex.io (see more endpoints)
• Explorer URL: https://iotexscan.io
IoTeX Testnet Information
• Network Name: IoTeX Testnet
• Chain ID: 4690
• Symbol: IOTX
• RPC URL: https://babel-api.testnet.iotex.io (see more endpoints)
• Explorer URL: https://testnet.iotexscan.io
Since IoTeX is fully compatible with Ethereum’s virtual machine (EVM), exchanges can use familiar Ethereum tools and libraries (such as Web3.js, Ethers.js, and Truffle) for $IOTX
integration.
3. Wallet Integration
To support deposits and withdrawals for $IOTX
, exchanges need to implement wallet integration. As IoTeX is fully Ethereum-compatible, most Ethereum-compatible wallets (such as MetaMask, Trust Wallet, and hardware wallets like Ledger) will work seamlessly for managing $IOTX
tokens.
Metamask-compatible wallets can also be automatically configured on the IoTeX Developer Portal.
To integrate $IOTX into your platform’s wallet
• Use Ethereum-compatible libraries like Web3.js or Ethers.js to interact with the IoTeX blockchain.
• Set the correct RPC endpoint to ensure interaction with the IoTeX blockchain.
Example:
4. Node Setup and API Endpoints
Exchanges can either use public RPC endpoints for convenience, or set up their own IoTeX nodes for higher reliability and security.
Running your own node ensures maximum control over latency, security, and performance.
Full Node Setup
If you prefer to run your own full node, you can follow the IoTeX full node setup guide.
Public RPC Endpoints
• IoTeX Mainnet: https://babel-api.mainnet.iotex.io (see more endpoints)
• IoTeX Testnet: https://babel-api.testnet.iotex.io (see more endpoints)
5. Deposits and Withdrawal
Deposit Flow
Withdrawal Flow
To integrate $IOTX withdrawals:
Use the correct gas price and gas limit based on IoTeX network conditions.
Example transaction code (using Web3.js):
6. Trading and Smart Contract Integration
Smart Contract Compatibility
Since IoTeX is EVM-compatible, it supports all Ethereum smart contracts, including those written in Solidity. If your exchange supports Ethereum-based trading, you can use the same mechanisms to enable $IOTX
trading.
7. Listing $IOTX
To list $IOTX
, use the following token details:
• Symbol: IOTX
• Decimals: 18
8. Security Considerations
• Private Key Management: Ensure private keys are stored securely (e.g., using HSMs, cold storage, or other secure key management systems).
• Multi-Sig Wallets: Implement multi-signature wallets for withdrawals to minimize the risk of unauthorized transactions.
• Monitoring and Alerts: Set up monitoring for large transactions, unusual activity, and sudden spikes in gas fees.
8. Support and Contact
For any issues or further questions regarding the $IOTX
integration, feel free to contact the IoTeX team:
• Email: developers@iotex.io
• Official Documentation: https://docs.iotex.io
• Developer Resources: IoTeX Developer Portal
Last updated