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:

  • Any blockchains mainnet or testnet supported by web3py, 1inch or uniswap type router.
  • 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
  • Settings to use the modile for your own tool/bot

Install

pip install dxsp

How to use it

from dxsp import DexSwap

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

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

2.1.0

Download files

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

Source Distribution

dxsp-2.1.0.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

dxsp-2.1.0-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

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