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.1.0.tar.gz
(11.1 kB
view details)
Built Distribution
dxsp-3.1.0-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file dxsp-3.1.0.tar.gz
.
File metadata
- Download URL: dxsp-3.1.0.tar.gz
- Upload date:
- Size: 11.1 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 | 9cac02264180c4e746ca54dea7fd17d3e1616a2cd64d4dd32fd95305cb8ce193 |
|
MD5 | c9bdb37cccda2f101cc50306ebd743ac |
|
BLAKE2b-256 | 1969f975964ba0b9638c6158be2b0ff8d80bea5f6c035f22880ad880d018ff03 |
File details
Details for the file dxsp-3.1.0-py3-none-any.whl
.
File metadata
- Download URL: dxsp-3.1.0-py3-none-any.whl
- Upload date:
- Size: 11.7 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 | 1e5baae418c095a341a3e339715750525bf3258685aaddbed966b9e436141f22 |
|
MD5 | 45a89747d054c48b8d483e4c06244aff |
|
BLAKE2b-256 | 082b2cdcfd89ded1c8ffbf17b872c27aad2498f6d995509eb71b4bbaaeffa171 |