Coder Social home page Coder Social logo

dantegpt / dextools-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alb2001/dextools-python

0.0 0.0 0.0 39 KB

A simple Python API wrapper for DEXTools

Home Page: https://pypi.org/project/dextools-python/

License: MIT License

Python 100.00%

dextools-python's Introduction

DEXTools Python

Python application Downloads License: MIT PyPI

A simple Python API wrapper for DEXTools

Installation

pip install dextools-python

Obtaining API Key

To obtain an API key, you will need to fill up this form.

Getting Started

To get started, import the package, and initiate a DextoolsAPI instance object by passing your API key:

from dextools_python import DextoolsAPI
dextools = DextoolsAPI(api_key)

You can also pass an optional user agent:

dextools = DextoolsAPI(api_key, useragent="User-Agent")

Queries

Below are a set of queries supported by the Dextools API. All data is returned as a Python dictionary for easy data handling.

Get pairs of a token

To get the pairs of a token, pass a chain slug and a pair address:

pair = dextools.get_pair("ether", "0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d")
print(pair)

Get token details

To get token details, pass a chain slug, and a token address:

token = dextools.get_token("ether", "0xfb7b4564402e5500db5bb6d63ae671302777c75a")
print(token)

You can also pass the page and pageSize parameters:

token = dextools.get_token("ether", "0xfb7b4564402e5500db5bb6d63ae671302777c75a", 1, 50)
print(token)

Get chain list

To get the chain list:

chain_list = dextools.get_chain_list()
print(chain_list)

You can also pass the page and pageSize parameters:

chain_list = dextools.get_chain_list(1, 50)
print(chain_list)

Get exchange list

To get the exchange list, pass a chain slug:

exchange_list = dextools.get_exchange_list("ether")
print(exchange_list)

You can also pass the page and pageSize parameters:

exchange_list = dextools.get_exchange_list("ether", 1, 50)
print(exchange_list)

Testing

A set of tests have been included inside tests folder. You will need to setup an environment variable as DextoolsAPIKey with your API key

Chain slugs

Below is a list of current chain slugs for supported blockhains:

Blockchain ID
ETHEREUM ether
BNB bnb
POLYGON polygon
FANTOM fantom
CRONOS cronos
AVALANCHE avalanche
VELAS velas
OASIS oasis
KUCOIN kucoin
METIS metis
OPTIMISM optimism
ARBITRUM arbitrum
CELO celo
TELOS telos
AURORA aurora
MOONBEAM moonbeam
MOONRIVER moonriver
HARMONY harmony
FUSE fuse
HECO heco
OKC okc
ASTAR astar
KLAYTN klaytn
IOTEX iotex
MILKOMEDA milkomeda
DFK dfk
SOLANA solana
EVMOS evmos
DOGECHAIN dogechain
ETC etc
GNOSIS gnosis
BITGERT bitgert
CANTO canto
FLARE flare
ARBITRUMNOVA arbitrumnova
REDLIGHT redlight
CONFLUX conflux
SMARTBCH smartbch
KARDIA kardia
TOMB tomb
WAN wan
BOBA boba
ELASTOS elastos
NOVA nova
HOO hoo
SHIDEN shiden
FUSION fusion
RSK rsk
CUBE cube
SYSCOIN syscoin
KAVA kava
THUNDERCORE thundercore
ECHELON echelon
METER meter
KEK kek
TOMO tomo
RONIN ronin
SHIB shib
ETHW ethw
ETHF ethf
MUU muu
SX sx
ALVEY alvey
APTOS aptos
MULTIVERSX multiversx
ProofOfMemes pom
EXOSAMA exosama
ENERGI energi
GOERLI ethergoerli
CORE DAO coredao

Authors

More information

dextools-python's People

Contributors

alb2001 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.