dexscreenertokeninfoagent_get_token_pairs
Retrieve all decentralized exchange (DEX) trading pairs for a specific token by specifying the blockchain and token contract address. Access real-time data on pair details, including price, volume, liquidity, and paired tokens, sourced from DexScreener.
Instructions
Get all trading pairs for a specific token across decentralized exchanges by chain and token address. This tool retrieves a comprehensive list of all DEX pairs where the specified token is traded on a particular blockchain. It provides data on each pair including the paired token, exchange, price, volume, and liquidity. Data comes from DexScreener and is updated in real-time. You must specify both the blockchain and the exact token contract address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | Yes | Chain identifier (e.g., solana, bsc, ethereum, base) | |
token_address | Yes | The token contract address to look up all pairs for |