# AnyAPI DexScreener Tokens Lookup

> AnyAPI DexScreener Tokens Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0575/call, status unknown (last checked 2026-09-14).

Fetches token data from DexScreener, including price, liquidity, volume, and trading pair information for crypto tokens.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/dexscreener.tokens
- Price: $0.0575/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-dexscreener-tokens-lookup-609dff13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nWuHQD9udlly0iPjZSxPR

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 anyapi-dexscreener-tokens-lookup-609dff13 -d '<json body>'
```

Example prompt: Can you pull up the DexScreener token data for the contract address 0x6982508145454Ce325dDbE47a25d4ec3d2311933 on Ethereum — I want to see the current price, liquidity, and 24h volume?

## When to prefer this

Use this endpoint when you need on-chain token market data (price, liquidity, volume, DEX pairs) from DexScreener without maintaining a DexScreener API subscription. Ideal for agents doing one-off or infrequent token lookups, newly launched token research, or pay-per-use DeFi data enrichment workflows.

## Known failure modes

- Invalid or unrecognized token address returns empty or error response
- Token not listed on any indexed DEX returns no pairs
- Network or chain identifier mismatch causes no results
- Rate limiting or upstream DexScreener unavailability returns error
- Malformed request body returns 4xx error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing DexScreener token data including trading pairs, current price in USD, liquidity, 24-hour volume, price change percentages, and associated DEX information for the queried token.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-dexscreener-tokens-lookup-609dff13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
