Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mraniki/dxsp

A python defi swap package (DeX SwaP)
https://github.com/mraniki/dxsp

0x bitcoin blockchain cryptocurrency decentralized-exchange defi dex dxsp finance pypi-package smart-contracts swap talky uniswap web3 web3py

Last synced: 7 days ago
JSON representation

A python defi swap package (DeX SwaP)

Awesome Lists containing this project

README

        









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