DXSP (DeX SwaP), A defi swap helper package. Easy peasy Swap.
Project description
DXSP (DeX SwaP), A python defi swap helper package.
Easy peasy Swap.- 7 blockchains mainnet and testnet supported with default block explorer, RPC, Router (uniswap and pancakeswap) and protocol url (1inch and 0x). Other blockchains can be supported via function attributes
- 2 swap protocol type supported: - 1inch API v5 - Uniswap version 2 router protocol type
Other features:
- Automatic translation of symbol to contract address via user defined tokenlist format or coingecko api
- Web3 connectivity supported if no web3 object given or no rpc
- Token approval, signature capability out of the box
- Quote for a given token function available
- Base symbol defaulted if not provided
Install
pip install dxsp
How to use it
from dxsp import DexSwap
#SWAP HELPER
dex = DexSwap(chain_id=chain_id,wallet_address=wallet_address,private_key=private_key,block_explorer_api=block_explorer_api)
print("dex ", dex)
#BUY 10 USDC to SWAP with BITCOIN
demo_tx = await dex.get_swap('USDT','wBTC',10)
print("demo_tx ", demo_tx)
#SWAP with your OWN defined exchange like Sushiswap on ARBITRUM
sushi_router = '0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F'
dex_sushi = DexSwap(chain_id=42161,wallet_address=wallet_address,private_key=private_key,block_explorer_api=block_explorer_api,dex_exchange=sushi_router,base_trading_symbol='USDT')
print("dex_sushi ", dex_sushi)
#Execute ORDER to buy 1% of your USDT balance on SUSHISWAP ARBITRUM and get BTC token
demo_order = await dex_sushi.execute_order(direction = 'BUY',symbol = 'wBTC')
print("demo_order ", demo_order)
Wiki
https://github.com/mraniki/dxsp/wiki
Example
Real use case
Questions? Want to help?
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dxsp-0.0.49.tar.gz
(9.8 kB
view details)
Built Distribution
dxsp-0.0.49-py3-none-any.whl
(9.1 kB
view details)
File details
Details for the file dxsp-0.0.49.tar.gz
.
File metadata
- Download URL: dxsp-0.0.49.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0ea213e4dcfe00718661cbc19c8939ab6c7a33f6ed0d2e1a7a217d12bf00a28 |
|
MD5 | 062e69dd791812157ac38f4cd9ed8a9d |
|
BLAKE2b-256 | 34208d46271d563b21cd8ce5736675ac25d327acf6948c5fe8494872a7e1a819 |
File details
Details for the file dxsp-0.0.49-py3-none-any.whl
.
File metadata
- Download URL: dxsp-0.0.49-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44e04e7cf865fd7c461d7ecc5c95e13eed79d9a65492081219812b3842394d25 |
|
MD5 | fc39574d79e2024db38034db7583e4aa |
|
BLAKE2b-256 | 3937126efafd6845bca70d788474acf3f4bc5645367926ecbf6703050c93e313 |