# BaseBrain DEX Token Boosts

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

Retrieves or submits DEX token boost data, returning ranked or promoted token information from decentralized exchange feeds

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/dex/token-boosts
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-dex-token-boosts-2e2b95bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LpKB0GL57-Udllc-XzGPu

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 basebrain-dex-token-boosts-2e2b95bc -d '<json body>'
```

Example prompt: Can you pull the current list of boosted tokens from the BaseBrain DEX feed so I can see which tokens are being promoted right now?

## When to prefer this

Use this endpoint when you need to retrieve current token boost or promotion data from a DEX and are working within an x402 micropayment-enabled agent workflow. Prefer this over general market data APIs when specifically interested in boosted or promoted token rankings on decentralized exchanges.

## Known failure modes

- Invalid or malformed request body returns an error
- No boosted tokens available returns empty result set
- Service unavailability or 5xx errors from Vercel deployment
- Payment not processed correctly via x402 protocol results in 402 response
- Stale or cached data if the DEX feed has not refreshed recently

## How this service works

Generated by create next app

## Output

Returns a result object containing DEX token boost data, including promoted or ranked token records from decentralized exchange listings.

## 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/basebrain-dex-token-boosts-2e2b95bc/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)
