# DexScreener Top Traders Lookup

> DexScreener Top Traders Lookup is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-13).

Retrieves top trader data from DexScreener for decentralized exchange (DEX) market analysis

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/dexscreener-top-traders
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexscreener-top-traders-lookup-18c94bdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NFFcbSdgXzGnYoNUfNFfy

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dexscreener-top-traders-lookup-18c94bdf -d '<json body>'
```

Example prompt: Can you pull up the top traders on DexScreener right now so I can see which wallets are performing best and potentially follow their moves?

## When to prefer this

Use this endpoint when you need ranked top trader data from DexScreener specifically, such as identifying smart money wallets, performing pre-trade research on DEX activity, or building on-chain analytics dashboards. Prefer this over general blockchain explorers when you specifically want trader performance rankings rather than raw transaction history.

## Known failure modes

- DexScreener API unavailable or rate-limited — returns error in result object
- Invalid or missing input parameters — may return empty or malformed result
- Payment of 0.17 USDC not processed — 402 response before data is returned
- No trader data available for the queried pair or timeframe — empty result set

## How this service works

Generated by create next app

## Output

Returns a result object containing top trader data from DexScreener, likely including ranked wallet addresses, trading volumes, profit/loss figures, and related on-chain trading metrics for decentralized exchange activity.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexscreener-top-traders-lookup-18c94bdf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
