Skip to main content

DXSP (DeX SwaP), A defi swap helper package. Swap made easy.

Project description

DXSP (DeX SwaP)

Logo A python defi swap helper package. Swap made easy.
Pypi Version
Pypi Docker Pulls
✨Flow codecov

Web3 coingecko
24 blockchains (ETH, BSC, ARB, MATIC, OPT...)
2 swap protocol (1inch API, UniV2 router)

Key features:

  • 24 blockchains mainnet and testnet supported with default block explorer, RPC, Router (uniswap and pancakeswap) and protocol url (1inch and 0x). Other blockchains can be supported via function attributes
  • 2 swap protocol type supported:
    • 1inch API v5
    • Uniswap version 2 router protocol type

Other features:

  • Translate token symbol to contract address via user defined tokenlist format or coingecko api
  • Connect to web3 if no web3 object or no rpc provided
  • Able to approve contract and sign transaction
  • Quote for a given token
  • Use Base symbol like stablecoin

Install

pip install dxsp

How to use it

from dxsp import DexSwap

	#SWAP HELPER
	dex = DexSwap(chain_id=chain_id,wallet_address=wallet_address,private_key=private_key,block_explorer_api=block_explorer_api)
	print("dex ", dex)
	#BUY 10 USDC to SWAP with BITCOIN
	demo_tx = await dex.get_swap('USDT','wBTC',10)
	print("demo_tx ", demo_tx)

	#SWAP with your OWN defined exchange like Sushiswap on ARBITRUM 
	sushi_router = '0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F'
	dex_sushi = DexSwap(chain_id=42161,wallet_address=wallet_address,private_key=private_key,block_explorer_api=block_explorer_api,dex_exchange=sushi_router,base_trading_symbol='USDT')
	print("dex_sushi ", dex_sushi)
	#Execute ORDER to buy 1% of your USDT balance on SUSHISWAP ARBITRUM and get BTC token
	demo_order = await dex_sushi.execute_order(direction = 'BUY',symbol = 'wBTC')
	print("demo_order ", demo_order)

Example

example

Real use case

TalkyTrader, submit trading order to CEX & DEX with messaging platform (Telegram, Matrix and Discord)

Documentation

https://github.com/mraniki/dxsp/wiki

🚧 Roadmap

🚧 Roadmap

Questions? Want to help?

discord telegram

Project details


Release history Release notifications | RSS feed

This version

1.9.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dxsp-1.9.7.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

dxsp-1.9.7-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file dxsp-1.9.7.tar.gz.

File metadata

  • Download URL: dxsp-1.9.7.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.30.0 requests-toolbelt/1.0.0 urllib3/2.0.2 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.11

File hashes

Hashes for dxsp-1.9.7.tar.gz
Algorithm Hash digest
SHA256 ac75ec0a1d5713aeaa4f2d17737933ad444fc11b5dfc9961c2b02b39653cdd87
MD5 9e73b3d9e7ab288018bb0904e232515d
BLAKE2b-256 d239b47bbc8da693d4c4a4985b9e78eeeb74edd46c0fd67ec91bbbe8ab10fe41

See more details on using hashes here.

File details

Details for the file dxsp-1.9.7-py3-none-any.whl.

File metadata

  • Download URL: dxsp-1.9.7-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.30.0 requests-toolbelt/1.0.0 urllib3/2.0.2 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.11

File hashes

Hashes for dxsp-1.9.7-py3-none-any.whl
Algorithm Hash digest
SHA256 c491c924965d34b260ae99f6f105ad6ec6b5da107b8ece8bf4b700e96ef3675b
MD5 efd48aee33c7768d2adf71b8e3b30b78
BLAKE2b-256 d2c02cb97b8e9d66e7f275054b7ce3680798b27bca306c81466d90771caf3714

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page