8000 GitHub - mraniki/dxsp: A python defi swap package (DeX SwaP)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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


0