# x402 Chain Intel – DEX Token Profile

> x402 Chain Intel – DEX Token Profile is a paid API for AI agents from x402-chain-intel.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns on-chain DEX token profile data (metadata, liquidity, trading activity) for a given token, used by trading bots and DeFi analytics tools.

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/dex/token-profile
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-chain-intel-dex-token-profile-72ca7429
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8gXjflW_iiKmnru9OJ2tI

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 x402-chain-intel-dex-token-profile-72ca7429 -d '<json body>'
```

Example prompt: Pull the DEX token profile for contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I need liquidity, volume, and metadata for my trading bot.

## When to prefer this

Choose this endpoint when you need structured on-chain DEX token profiles for trading bots or DeFi analytics, particularly when you want a paid, low-latency lookup that aggregates liquidity, volume, and metadata for a specific token contract in a single call. Prefer it over free public RPC calls when reliability and structured output matter.

## Known failure modes

- Unknown or unlisted token address returns 404 or empty profile
- Unsupported blockchain network returns an error
- Malformed contract address causes a 400 bad request
- Token with no DEX liquidity returns minimal or null data
- Rate limiting or payment verification failure returns 402 or 429

## How this service works

27 paid endpoints for trading bots

## Output

Returns a structured token profile including token name, symbol, contract address, DEX pair information, liquidity pool depth, 24-hour trading volume, price data, and other on-chain market metadata relevant to algorithmic trading decisions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-dex-token-profile-72ca7429/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-chain-intel.vercel.app](https://www.zero.xyz/host/x402-chain-intel.vercel.app/llms.txt)
