# BaseBrain DEX Recent Updates

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

Retrieves recent updates and activity from decentralized exchange (DEX) data via the BaseBrain AI platform

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/dex/recent-updates
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-dex-recent-updates-c2193e1a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__16om9hS3bi18ADsaLHwS

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-recent-updates-c2193e1a -d '<json body>'
```

Example prompt: Can you pull the most recent updates from the BaseBrain DEX feed so I can see what's changed on decentralized exchanges lately?

## When to prefer this

Choose this endpoint when you need a quick, paid lookup of recent DEX activity or updates via the BaseBrain AI platform. Suitable for agents monitoring DeFi markets or needing a snapshot of recent decentralized exchange events without building a direct blockchain integration.

## Known failure modes

- Empty or malformed result object if no recent updates are available
- Payment failure (402) if USDC payment of $0.05 is not included
- Timeout if the DEX data source is slow to respond
- Generic error response if upstream DEX data is unavailable
- Schema mismatch if input object structure is incorrect

## How this service works

Generated by create next app

## Output

Returns a result object containing recent DEX update data, which may include recent trades, listings, liquidity events, or other exchange activity from monitored decentralized exchanges.

## 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-recent-updates-c2193e1a/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)
