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. | |
---|---|
|
24 blockchains (ETH, BSC, ARB, MATIC, OPT...) 2 swap protocol (1inch API, UniV2 router) |
Key features:
- Any blockchains mainnet or testnet supported by web3py, 1inch or uniswap type router.
- 2 swap protocol type supported:
- 1inch API v5
- Uniswap version 2 router protocol type
Other features:
- Translate token symbol to contract address via user defined tokenlist format or coingecko api
- Connect to web3 if no web3 object or no rpc provided
- Able to approve contract and sign transaction
- Quote for a given token
- Use Base symbol like stablecoin
- Settings to use the modile for your own tool/bot
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
https://github.com/mraniki/dxsp/wiki
🚧 Roadmap
Questions? Want to help?
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.0.28.tar.gz
(11.7 kB
view details)
Built Distribution
dxsp-2.0.28-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file dxsp-2.0.28.tar.gz
.
File metadata
- Download URL: dxsp-2.0.28.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.30.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 | 33d0368492980c4a8ad45b2a0385c88a1fdee320177c3b0da440a030c1030307 |
|
MD5 | 03aa3188d0f54d6fb2866f1a836b7545 |
|
BLAKE2b-256 | 45839b82f3f3d3c361359483a035aa308bb45211cabdcfe80cdafaffeac237a2 |
File details
Details for the file dxsp-2.0.28-py3-none-any.whl
.
File metadata
- Download URL: dxsp-2.0.28-py3-none-any.whl
- Upload date:
- Size: 11.5 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.30.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 | fd4c012b13a3fac031aaa160b97453898e87bb3fa67ec70f62955deb0ccd7b57 |
|
MD5 | 319c6831134abac4ea185c308a9c3e94 |
|
BLAKE2b-256 | cc51efb70930cb73fc20ff3e3e653b92c17bbda0477721cface209773a34bba5 |