get_dex_pair
Get comprehensive details of a specific DEX pair on a blockchain, including transaction counts, price changes, liquidity, and social links.
Instructions
Get full detail for a single DEX pair on a specific chain.
Use after dex_search / get_dex_token_pairs when the user wants the
full picture for one specific market — including buy/sell tx counts at
multiple windows (m5/h1/h6/h24), price changes, native-token price,
base/quote liquidity sides, and links/socials when present.
Args: chain_id: Chain identifier as DexScreener returns it. Typical values: "ethereum", "bsc", "solana", "polygon", "arbitrum", "base", "optimism", "avalanche", "pulsechain", "fantom", "cronos", ... pair_address: The pair's contract address (case-insensitive on EVM).
Returns:
The first matching pair object as returned by DexScreener (with the
full txns, info, volume, priceChange, liquidity sub-objects),
or {"error": "pair not found"} if no pair matches, or the structured
HTTP error dict on transport failure.
Note: chain_id is validated against ^[a-z0-9-]{1,32}$ and
pair_address against EVM hex / Solana base58.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | ||
| pair_address | Yes |