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
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.2.19.tar.gz
(11.6 kB
view details)
Built Distribution
dxsp-2.2.19-py3-none-any.whl
(11.4 kB
view details)
File details
Details for the file dxsp-2.2.19.tar.gz
.
File metadata
- Download URL: dxsp-2.2.19.tar.gz
- Upload date:
- Size: 11.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.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 | b6ad1737b2294b7aa96c6ea5a08e8c3e8dadbdcb29e28ae12ba80580aaaf2851 |
|
MD5 | ccead23dac250c670abbc1414b37c8a1 |
|
BLAKE2b-256 | 1093f4758952d8bbaf1c341d7956e3ff3e2ba3e1f42bf219217e53b7dea5c3bf |
File details
Details for the file dxsp-2.2.19-py3-none-any.whl
.
File metadata
- Download URL: dxsp-2.2.19-py3-none-any.whl
- Upload date:
- Size: 11.4 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.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 | c4f6ef85d67ba67273f68046b855f236f565e4d16fd3af48f0b9cd9766ca7266 |
|
MD5 | be9b755659fc7f5bd51f8f781ab08068 |
|
BLAKE2b-256 | f987c40cd47ad126878ecc713ad38fcdfab56d718f27e9cc89e091d4e6a30087 |