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.0.1.tar.gz
(10.9 kB
view details)
Built Distribution
dxsp-3.0.1-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file dxsp-3.0.1.tar.gz
.
File metadata
- Download URL: dxsp-3.0.1.tar.gz
- Upload date:
- Size: 10.9 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 | 0b405fbee501b239371e5181c0b8ea72a22991331619301c7780e7ccd946f422 |
|
MD5 | f7317aca4e3d83e061d3af5fbcb5c26f |
|
BLAKE2b-256 | bf54db5e7bdb130e91068dbe60b56eea2cd529371bca4cb93b7741e7ffd1596c |
File details
Details for the file dxsp-3.0.1-py3-none-any.whl
.
File metadata
- Download URL: dxsp-3.0.1-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/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 | a6305f46e105370a413de5becbadcf22dff98702d7ee23629cc8eeba4b13e2af |
|
MD5 | be26dc5f10c58018f6ddfc2446d37693 |
|
BLAKE2b-256 | c4aaed1ef479fee94fd872fe49cd76f3318f86cb0e7f1382538ddba7991ba48c |