# DEX Top Token Boosts

> DEX Top Token Boosts is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Returns the top boosted tokens on decentralized exchanges, ranked by boost activity

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/dex/token-boosts-top
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dex-top-token-boosts-89a5be15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m4BMOvi9kbvFjMJGtvpk3

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 dex-top-token-boosts-89a5be15 -d '<json body>'
```

Example prompt: Show me the top boosted tokens on DEX right now — I want to see which tokens have the most active boosts.

## When to prefer this

Use this endpoint when you need a ranked view of the most actively boosted tokens across decentralized exchanges, particularly for DeFi trend analysis, token discovery, or monitoring promotional activity. Prefer this over general token price APIs when the focus is specifically on boost rankings rather than price or volume metrics.

## Known failure modes

- Empty or null result object if no boost data is available
- API timeout if DEX data source is slow to respond
- Malformed response if upstream DEX data feed is unavailable
- Authentication or payment failure if x402 payment is not properly handled
- Stale data if the boost rankings have not been recently refreshed

## How this service works

Generated by create next app

## Output

Returns a ranked list of top boosted tokens on decentralized exchanges, including token identifiers, boost scores or counts, and related DEX metadata to help identify which tokens are currently receiving the most boost 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/dex-top-token-boosts-89a5be15/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)
