Skip to content

Simple Python Script, using tradehub-python, to withdraw from Tradehub.

Notifications You must be signed in to change notification settings

Mai-Te-Pora/TradeHubAPIWithdraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

TradeHubAPIWithdraw

Simple Python Script, using tradehub-python, to withdraw tokens from Tradehub wallets. (In case you can't access to Demex UI)

Python 3.8+ required. (***BSC CHAIN ISNT SUPPORTED ATM, ONLY NEO AND ETH CHAINS)

Instructions
1)Install Tradehub-python library "pip install tradehub" (https://github.com/Mai-Te-Pora/tradehub-python)
2)Open TradeHubAPIWithdraw.py
3)Change # PARAMETERS settings
4)Run the script

PARAMETERS

myMnemonic = 'program cram lunch mail clump kebab paela switcheo make people rich now' #Tradehub mnemonic (example here: 12 word TradeHub mnemonic)
depositAddress = '0x1577af8a039414df5ade74453fac4a0a06d1e6ef' #Wallet Address you want to send tokens (example here: ERC-20/BEP-20 address)
tokenDenom = 'busd1' #Quantity to withdraw (example here: 'busd1' = BUSD (BEP-20) on tokenlist.txt)
quantityWithdraw = '8.0' #Quantity to withdraw (example here: '8.0' = 8$)
blockchainType = 'BUSD' #Blockchain type (example here: BUSD (BEP-20) on tokenlist.tx)

tokenlist.txt = https://switcheo.org/tokens?net=main

About

Simple Python Script, using tradehub-python, to withdraw from Tradehub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages