pair_data

$0.001 USDC per call

Get full DEXScreener stats for a token: price, 5m/1h/6h/24h volume, buy/sell counts, liquidity, market cap, and price changes. Returns the highest-volume pair.

Parameters
NameTypeRequiredDescription
tokenAddress string required Token mint/contract address
Example Call
// MCP tool call
{
  "name": "pair_data",
  "arguments": {
    "tokenAddress": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground