So you want to check a token's price, liquidity, and volume without opening 5 browser tabs?
Here's a Python CLI tool that does exactly that. Feed it any token address and it pulls live data from DexScreener in seconds.
What It Does
Output:
Or search by symbol:
JSON mode for piping into your own tools:
Supports Solana, Ethereum, BSC, and 20+ chains via DexScreener.
Install
No pip needed. Just grab the single file:
Or clone the repo:
usage: token_info.py [-h] [--json] [--search] query
Token info fetcher from DexScreener
positional arguments:
query Token address, symbol, or name
options:
-h, --help show this help message and exit
--json Output raw JSON
--search Search by symbol/name instead of address
The Tech
- Uses DexScreener API (free, no API key needed)
- Pure Python stdlib — zero dependencies
- ~150 lines total
- MIT license
Why I Built This
I was tired of copy-pasting token addresses into DexScreener and squinting at charts. One command and I know exactly what I'm dealing with — liquidity, volume, price action across every chain.
Support
If this saved you time or made you some money:
SOL: ETH:
Or drop a ⭐ on the repo. That's free.
Follow for more Python tools — no fluff, just code that works.
Top comments (0)