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: about 1 month ago
JSON representation
A python defi swap package (DeX SwaP)
- Host: GitHub
- URL: https://github.com/mraniki/dxsp
- Owner: mraniki
- License: mit
- Archived: true
- Created: 2023-04-07T17:28:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T09:57:27.000Z (3 months ago)
- Last Synced: 2025-09-06T03:26:07.264Z (about 1 month ago)
- Topics: 0x, bitcoin, blockchain, cryptocurrency, decentralized-exchange, defi, dex, dxsp, finance, pypi-package, smart-contracts, swap, talky, uniswap, web3, web3py
- Language: Python
- Homepage: https://talky.readthedocs.io
- Size: 2.92 MB
- Stars: 14
- Watchers: 0
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
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