DexScreener Address Guide

How to find a token address on DexScreener.

The useful trick is knowing what you are copying. A DexScreener page can show a pair address and token addresses. The pair is the market. The token address or mint is the asset. Mixing those up is how a quick check becomes a very confident mistake.

The 3-minute workflow

Open the exact result.
Search by token name, symbol, token address, or pair address. Check the chain and market before copying anything.

Separate pair from token.
The pair address identifies the trading pair or pool. The token address, often the base token on a pair page, identifies the asset you are trying to verify.

Copy the token address.
On Solana, this is the token mint. Copy it exactly, then paste it into an explorer or a verification tool before you open a trading route.

Compare against the official source.
The project website, explorer, and route should all agree. If one surface shows a different address, stop.

Pair address vs token address

Pair address

Identifies the market or pool where two assets trade. Useful for chart and liquidity context.

Token address

Identifies the actual asset. On Solana, this is the mint you should compare against the official source.

If you copy the pair address when you meant to copy the token mint, every later check starts from the wrong input.

What to verify after copying

  • The chain is the chain you expected.
  • The token address matches the official project source.
  • The explorer shows the same token address.
  • The swap route outputs the same token address.
  • The proof page or docs do not point somewhere else.

Example: VTRAI

For Vectora, the official VTRAI mint is:

Ly4h6n9V4G2N7iBzM4zDmxSFtPYL4L4KbXZjeGf6x2J

Any DexScreener, explorer, or route check should come back to that exact mint before you treat it as official.

Common mistake

Someone shares a DexScreener pair. The chart looks active. The ticker looks right. The buyer copies nothing, opens a route from a reply, and assumes the asset is the same.

The fix is boring: copy the token mint and compare it before the wallet comes out.

Better habit

Use DexScreener for discovery, then use the official source and explorer for identity. If the token address, route, and proof trail agree, you have a cleaner starting point.

Discovery is where you notice a token. Verification is where you decide whether it deserves attention.

Source notes

DexScreener documents search by token name, symbol, token address, or pair address, and its API distinguishes the pair address from token objects such as base token and quote token. That is the core reason this check matters.

DexScreener token listing docs · DexScreener API reference