blockrun_dex
Fetch real-time DEX data for token prices, liquidity, and trading volume across multiple chains. Search by query, token address, or symbol.
Instructions
Get real-time DEX data from DexScreener. FREE - no payment required.
Use for:
Token prices and liquidity across chains
Trading volume and price changes
Finding token pairs and contracts
Examples: blockrun_dex({ query: "SOL" }) -> Search for SOL pairs blockrun_dex({ token: "So11...xxx" }) -> Get specific token data blockrun_dex({ symbol: "PEPE" }) -> Search by symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Filter by chain (ethereum, solana, base, etc.) | |
| query | No | Search query (token name, symbol, or address) | |
| token | No | Token address for direct lookup | |
| symbol | No | Token symbol to search |