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 | |
---|---|
|
Key blockchains (ETH, BSC, ARB, MATIC, OPT...) Key swap protocol (UniV2 router) |
Key features:
- Any blockchains mainnet or testnet supported by web3py, 1inch or uniswap type router.
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
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.6.3.tar.gz
(9.5 kB
view details)
Built Distribution
dxsp-2.6.3-py3-none-any.whl
(9.1 kB
view details)
File details
Details for the file dxsp-2.6.3.tar.gz
.
File metadata
- Download URL: dxsp-2.6.3.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.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 | 1474ce8eaec24f96d2bffe30ba2b1b4b4aadb4e59e9f9b7a7389625c976bb463 |
|
MD5 | 66dd668c95af35b6f0c96a2f82f613c8 |
|
BLAKE2b-256 | e0610bf4d80536c552bbef587f4557b46701b68ca4d411aeedfbd9ab3372150c |
File details
Details for the file dxsp-2.6.3-py3-none-any.whl
.
File metadata
- Download URL: dxsp-2.6.3-py3-none-any.whl
- Upload date:
- Size: 9.1 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.31.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 | f2dc36cacb2c823d716e537fa01cc20b03bef1e01b4bba9db0153782cc9170f0 |
|
MD5 | 751fff7252b3d57bf3c1fe8be85c2fb9 |
|
BLAKE2b-256 | 9b23cbea792c3f701629bc1491c2cedfab261a5f7604c0c60915ad61fe3cecfa |