Dexscreenener Token Fetcher
Under maintenance
Pricing
Pay per event
Dexscreenener Token Fetcher
Under maintenance
Fetch real-time data from the DexScreener API for trending or specific token pairs on 18+ chains. Filter by liquidity, volume, or price change. Ideal for DeFi analytics, dashboards, and monitoring tools.
0.0 (0)
Pricing
Pay per event
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
3 days ago
DexScreener Token Fetcher
Fetch trending or specific token pair data from the DexScreener API — fast, flexible, and fully customizable. Whether you're building a DeFi dashboard, analyzing market trends, or feeding a trading bot, this Actor gives you structured token data in seconds.
🚀 What This Actor Does
This Actor supports two powerful modes:
🔥 1. Trending Tokens
Retrieve the most relevant tokens on any supported blockchain with:
- Sorting by
volumeUsd
,priceChange24h
, or other fields - Ascending or descending sort order
- Liquidity filtering (in USD)
- Limit the number of tokens to return
🎯 2. Specific Token Pairs
Fetch detailed info for one or more token pairIds
by chain — ideal for portfolio tracking, watchlists, or API integrations.
💡 Why Use This Actor?
Feature | ✅ DexScreener Token Fetcher | ❌ Many Other Actors |
---|---|---|
Custom sorting fields | ✅ | ❌ Hardcoded |
Filter by liquidity threshold | ✅ | ❌ |
Specific pair ID support | ✅ | ❌ |
Uses DexScreener API (no scraping) | ✅ | ✅ |
Lightweight & fast | ✅ | ✅ |
Ready for automation (cron/webhook) | ✅ | ✅ |
⚙️ Input Parameters
Field | Type | Required | Description |
---|---|---|---|
mode | string | ✅ | Either "trending" or "specific" |
chain | string | ✅ | Blockchain to query (e.g. bsc , ethereum , polygon ) |
pairIds | string[] | ❌ | Only required in "specific" mode |
limit | integer | ❌ | Number of trending tokens to return (default: 10) |
sortField | string | ❌ | Field to sort by (e.g. volumeUsd , priceChange24h ) |
sortOrder | string | ❌ | Either "asc" or "desc" (default: "desc" ) |
minLiquidity | number | ❌ | Minimum liquidity in USD (default: 0) |
📤 Output Format
The output is saved to the default Apify dataset as a JSON array. Each token object includes:
- Token symbols and names
- Real-time USD price
- Liquidity breakdown
- 24h volume, price changes
- Dex ID, pair address, and chain info
You can export the dataset as JSON, CSV, or Excel, or access it via the Apify API.
📊 Example Use Cases
- Monitor DeFi token trends in real time
- Feed trading bots with fresh market data
- Track specific tokens for investment decisions
- Build on-chain analytics dashboards
🧰 How It Works
- Built with Python and the official DexScreener REST API
- No scraping, no browsers — just fast, clean data
- Compatible with Apify webhooks, scheduling, and integrations
🛠️ Quick Start
- Go to the Actor on Apify.
- Click "Try Actor".
- Fill in the input fields (
mode
,chain
, and optional filters). - Run the Actor and view your results in the dataset.
💬 Need Help?
This Actor was built to be flexible and extensible. If you'd like to:
- Export results to CSV automatically
- Send token alerts via email, Telegram, or Discord
- Integrate with your own APIs or Zapier
Feel free to reach out or fork the Actor and extend it to fit your workflow.
Happy building! 🚀