|
|
|
Swap made easy Trade on any blockchains with uniswap based router, 0x protocol and kwenta sdk. |
from dxsp import DexSwap
dex = DexSwap()
#BUY 1% to SWAP with BITCOIN
#demo_tx = await dex.submit_order({
"action": "BUY",
"instrument": "BTC",
"quantity": 1,
})