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 0x) |
Key features:
- Any blockchains mainnet or testnet supported by web3py, uniswap type router (uniswap, pancakeswap) or 0x.
Other features:
- Translate token symbol to contract address via user defined tokenlist format or coingecko API
- Connect to web3 automatically or use your own w3
- Approve contract and sign transaction
- Quote a given token
- Use Base trading symbol like stablecoin for risk management approach
- 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-3.0.0.tar.gz
(11.0 kB
view details)
Built Distribution
dxsp-3.0.0-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file dxsp-3.0.0.tar.gz
.
File metadata
- Download URL: dxsp-3.0.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.7.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e4e4a5c50ab6f7f0903aba9015a69e0682a53b6a3bc87f3317f66df5f320857 |
|
MD5 | fd87cebfed3fb92e83a5a486ecef20b0 |
|
BLAKE2b-256 | 42742cd761d59a9ba5a4402fb94e12690017cab0481dda559c5a7ee6f87bdd47 |
File details
Details for the file dxsp-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: dxsp-3.0.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.7.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 401f0c3df0cba54c7ac38338f295920b26ff27f9627f599d311bdc9d2b03a2ca |
|
MD5 | 80bd1ac152a14ef965bbbe99476fc6f3 |
|
BLAKE2b-256 | 49729567685ef8becf3f2e4b6fe1fde14f114ba648f3c58a54001545f3af739c |