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:
- Any blockchains mainnet or testnet supported by web3py, 1inch or uniswap type router.
- 2 swap protocol type supported:
- Uniswap version 2 router protocol type
- 1inch API v5
Other features:
- Translate token symbol to contract address via user defined tokenlist format or coingecko api
- Connect to web3 automatically (optionn to provide a web3 object)
- Approve contract and sign transaction
- Quote a given token
- Use Base trading symbol like stablecoin
- Settings to use the module for your own setup
Install
pip install dxsp
How to use it
from dxsp import DexSwap
dex = DexSwap()
#BUY 10 USDC to SWAP with BITCOIN
demo_tx = await dex.get_swap('USDT','wBTC',10)
print("demo_tx ", demo_tx)
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-2.2.7.tar.gz
(12.4 kB
view details)
Built Distribution
dxsp-2.2.7-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file dxsp-2.2.7.tar.gz
.
File metadata
- Download URL: dxsp-2.2.7.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.30.0 requests-toolbelt/1.0.0 urllib3/2.0.2 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 | e6b1b1218033596c8c5c0bebcd8b7d5eead4992c4f80f169da1eb9316a99c00f |
|
MD5 | e36b4cb26bf8de1eeefaca226f2802e6 |
|
BLAKE2b-256 | 79186fa5c820c06d2e4a5406b9280fbc0c503630ad4cfae0d06f9a6f67d27239 |
File details
Details for the file dxsp-2.2.7-py3-none-any.whl
.
File metadata
- Download URL: dxsp-2.2.7-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.30.0 requests-toolbelt/1.0.0 urllib3/2.0.2 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 | a92207e8d002a5ac0538783d985910733f9969d43467765d0c4249f80a72a2f9 |
|
MD5 | 917ad5220c4662610b7979ad946ca14e |
|
BLAKE2b-256 | 01a387c88a2ef39303a774a09b969c2484b7c5533499fbd547c9b5db47242ad0 |