New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dexscreener

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexscreener

Python wrapper for the 'dexscreener.com' API

1.2
PyPI
Maintainers
1

API Wrapper for Dexscreener.com

Pull requests GREATLY encouraged!

Downloads Downloads Downloads

Quick Start

from dexscreener import DexscreenerClient

client = DexscreenerClient()

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

pairs = client.get_token_pairs("0x2170Ed0880ac9A755fd29B2688956BD959F933F8")

search = client.search_pairs("WBTC")

Keywords

dexscreener

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts