Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nixonjoshua98/dexscreener

Python API wrapper for dexscreener.com
https://github.com/nixonjoshua98/dexscreener

api cryptocurrency dexscreener python

Last synced: about 1 month ago
JSON representation

Python API wrapper for dexscreener.com

Awesome Lists containing this project

README

        

# API Wrapper for [Dexscreener.com](https://docs.dexscreener.com/)

###### Pull requests GREATLY encouraged!

[![Downloads](https://static.pepy.tech/badge/dexscreener/week)](https://pepy.tech/project/dexscreener)
[![Downloads](https://static.pepy.tech/badge/dexscreener/month)](https://pepy.tech/project/dexscreener)
[![Downloads](https://pepy.tech/badge/dexscreener)](https://pepy.tech/project/dexscreener)

# Quick Start

```python
from dexscreener import DexscreenerClient

client = DexscreenerClient()

pair = client.get_token_pair("harmony", "0xcd818813f038a4d1a27c84d24d74bbc21551fa83")

pairs = client.get_token_pairs("0x2170Ed0880ac9A755fd29B2688956BD959F933F8")

search = client.search_pairs("WBTC")
```