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 (Uni and 0x) |
Key features:
- Any blockchains mainnet or testnet supported by web3py, for uniswap based router (e.g uniswap, pancakeswap) or 0x protocol.
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 USDT 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.2.0.tar.gz
(11.1 kB
view details)
Built Distribution
dxsp-3.2.0-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file dxsp-3.2.0.tar.gz
.
File metadata
- Download URL: dxsp-3.2.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 | 1b05298c865fb013c663de6224e6fdf4166bb1ce7b0d2b073a0c1083c8b44257 |
|
MD5 | d304b1acfe1ed98e00fcdb851fc87229 |
|
BLAKE2b-256 | 723dd37ad3d4cccce30fc2c67fb6c0ae2ede367ea52b47e989817ad71ace8f13 |
File details
Details for the file dxsp-3.2.0-py3-none-any.whl
.
File metadata
- Download URL: dxsp-3.2.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 | 174ca05060780254c41b8935d0dc043e44cf3e9a42a47567dd2bd6b07db29621 |
|
MD5 | 4547eb068b02505ce37e5d9763a8a132 |
|
BLAKE2b-256 | f424d408ccccaddf705896de49c8949edf37978fe9a3bc18ce30964b2401ec11 |