You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository is currently being migrated. It's locked while the migration is in progress.
Transferring tokens and depositing to IDEX has to be done with the Ethereum API by signing and dispatching a transaction from the wallet which owns the tokens. The IDEX platform reads deposits directly from the blockchain. For transfers, make sure your tokens have been withdrawn from IDEX, then send a transaction directly to the token contract which calls transfer(address,uint256)
For deposits check out the documentation for deposit() and depositToken(address,uint256) -- depositToken requires you to call approve(address,uint256) on the token contract itself to approve IDEX to receive your tokens (i.e. depositing tokens requires 2 transactions)
Is it possible to make deposits using web3 py library, if yes, can you pls send small example. I can successfully transfer coins to another wallets via web3 py but experiencing problems to deposit coins.
Hi All,
Anybody knows how make transferring coins via API? does such-like function exist ?
And how to deposit coins from the Wallet to IDEX?
Pls kindly help)
The text was updated successfully, but these errors were encountered: