DXSP (DeX SwaP), A defi swap helper package. Swap made easy.


Keywords
0x, bitcoin, blockchain, cryptocurrency, decentralized-exchange, defi, dex, dxsp, finance, pypi-package, smart-contracts, swap, talky, uniswap, web3, web3py
License
MIT
Install
pip install dxsp==10.2.15

Documentation



Logo






Swap made easy
Trade on any blockchains
with uniswap based router, 0x protocol and kwenta sdk.
How to use it

   from dxsp import DexSwap
    dex = DexSwap()
    #BUY 1% to SWAP with BITCOIN
    #demo_tx = await dex.submit_order({
        "action": "BUY",
        "instrument": "BTC",
        "quantity": 1,
    })

Documentation