No project description provided
Project description
GeckoTerminal
Python wrapper for GeckoTerminal's API.
Installation
pip3 install geckoterminal
GeckoTerminal Docs
https://www.geckoterminal.com/dex-api
Quick Start
import geckoterminal
networks = geckoterminal.get_networks()
dexes = geckoterminal.get_dexes(network='eth')
weth_usdc = geckoterminal.get_pool(network='eth', pool_address='0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640') # WETH/USDC Uniswap v3 0.05%
polygon_top_pools = geckoterminal.get_top_pools(network='polygon_pos')
weth_usdc_trades = geckoterminal.get_trades(
network='eth',
pool_address='0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640',
trade_volume_in_usd_greater_than=10000
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geckoterminal-0.0.4.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file geckoterminal-0.0.4.tar.gz
.
File metadata
- Download URL: geckoterminal-0.0.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7f42308e0dd16349368f9192a0e0c5ecab6d9fb5267e050f5c4b53a3652b5c8 |
|
MD5 | d77824452037b47e460ef2413046717a |
|
BLAKE2b-256 | f6804cfda3fa3a1bd7d67f1e6eb5edf5695a97252ebe16257c09c14f8b84f4b3 |
File details
Details for the file geckoterminal-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: geckoterminal-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ded5ad94822d83c0c8400516024c8116cb9923c80391dd27c89c7d9ba187373 |
|
MD5 | 06de4cc09d3dd6e61209902467f9db27 |
|
BLAKE2b-256 | 6fed995c4d7f2c3966dab45802abced3956fc7f52305b7089d6d7fc90db4a178 |