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
wiki Pypi Version
Pypi Docker Pulls
👷Flow codecov

Web3 coingecko
Key blockchains (ETH, BSC, ARB, MATIC, OPT...)
Key swap protocol (UniV2 router)

Key features:

  • Any blockchains mainnet or testnet supported by web3py, 1inch or uniswap type router.

Other features:

  • Translate token symbol to contract address via user defined tokenlist format or coingecko API
  • Connect to web3 automatically (optionn to provide a web3 object)
  • Approve contract and sign transaction
  • Quote a given token
  • Use Base trading symbol like stablecoin
  • Settings to use the module for your own setup

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

wiki

Project details


Release history Release notifications | RSS feed

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.6.18.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

dxsp-2.6.18-py3-none-any.whl (9.3 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