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
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.6.16.tar.gz
(10.0 kB
view details)
Built Distribution
dxsp-2.6.16-py3-none-any.whl
(9.2 kB
view details)
File details
Details for the file dxsp-2.6.16.tar.gz
.
File metadata
- Download URL: dxsp-2.6.16.tar.gz
- Upload date:
- Size: 10.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 | bc024309d09b90c49107878367a114019fe7a2a57f5b38cf63e0747803470333 |
|
MD5 | 6efed1a4a99223cb8204e45e4c1ab7ae |
|
BLAKE2b-256 | ca04cf8922c5b8168f0a17ba7b8d2dcd8e1108b5419af285dd241e93c3aed2f1 |
File details
Details for the file dxsp-2.6.16-py3-none-any.whl
.
File metadata
- Download URL: dxsp-2.6.16-py3-none-any.whl
- Upload date:
- Size: 9.2 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 | 3b4fc774fbf788a8a484299ced3876c5c83695e939c482d718441e2030dd5391 |
|
MD5 | 7d8eb0272d699adab9cf8ff62094fed4 |
|
BLAKE2b-256 | b5a1cedef5e6d23c096bde3ff629392a595612ae78d2db3f6de7fad2744bc4bb |