Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 2.43 KB

README.md

File metadata and controls

46 lines (40 loc) · 2.43 KB


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