DXSP (DeX SwaP), A defi swap helper package. Swap made easy.
Project description
DXSP (DeX SwaP)
A python defi swap helper package. Swap made easy. | |
---|---|
|
24 blockchains (ETH, BSC, ARB, MATIC, OPT...) 2 swap protocol (1inch API, UniV2 router) |
Key features:
- 24 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:
- Translate token symbol to contract address via user defined tokenlist format or coingecko api
- Connect to web3 if no web3 object or no rpc provided
- Able to approve contract and sign transaction
- Quote for a given token
- Use Base symbol like stablecoin
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)
Example
Real use case
Documentation
https://github.com/mraniki/dxsp/wiki
🚧 Roadmap
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-1.2.15.tar.gz
(12.1 kB
view details)
Built Distribution
dxsp-1.2.15-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file dxsp-1.2.15.tar.gz
.
File metadata
- Download URL: dxsp-1.2.15.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.29.0 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61be75a9f6f12ff7f086be230a5ebb2ac7157701891a9e833400e36b2b4f362d |
|
MD5 | 79e4b47edc6b6172c4941ee43620e7d6 |
|
BLAKE2b-256 | 7f1b78f9b1fa55f1ded4b2a5663ab288a1f3692a3efb9a97098a584f34ee9ded |
File details
Details for the file dxsp-1.2.15-py3-none-any.whl
.
File metadata
- Download URL: dxsp-1.2.15-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.29.0 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0e00adb80f33b7f52329b5c0b5ca978944168094a057576843b6ba44ab1f7c6 |
|
MD5 | ade69346ced9dff2cfc0af004c8d0b45 |
|
BLAKE2b-256 | fa6321433db84f3a0b40793d1941af91da9cde0f6bd3dbd3d58c20ae2330bef0 |