Skip to content

mraniki/dxsp

Repository files navigation



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