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.10.tar.gz
(9.6 kB
view details)
Built Distribution
dxsp-2.6.10-py3-none-any.whl
(9.2 kB
view details)
File details
Details for the file dxsp-2.6.10.tar.gz
.
File metadata
- Download URL: dxsp-2.6.10.tar.gz
- Upload date:
- Size: 9.6 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.3 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 962c29f6e76217cf053d30a1e64ac840bca8b9777f2843960fc9c1df37be5472 |
|
MD5 | 715d2808dbe7a78f0df6b7f382b203e0 |
|
BLAKE2b-256 | e0a7da48b6b4b4ee055fbe62ffd18fe5fdc98f97c5954be61bf8086061510b16 |
File details
Details for the file dxsp-2.6.10-py3-none-any.whl
.
File metadata
- Download URL: dxsp-2.6.10-py3-none-any.whl
- Upload date:
- Size: 9.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.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dff07559b193dd60339b68a958463b82ecaf962dca19e530b3116b4c1a28a83c |
|
MD5 | c2e58bad31df81c31cb54771a2a26ab5 |
|
BLAKE2b-256 | 2351bbe2dc08af291eab4e210b8d95a2733b291ba20e27c9417bc3bfce217087 |