# BaseBrain DEX Token Profiles

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

Retrieves or creates token profile data from a decentralized exchange (DEX) for blockchain tokens

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/dex/token-profiles
- Price: $0.08/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-profiles-b5dd7794
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oBWFovbkf5N9HRUowAes6

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-profiles-b5dd7794 -d '<json body>'
```

Example prompt: Can you pull up the token profile data for a crypto asset from the BaseBrain DEX endpoint so I can see its on-chain details?

## When to prefer this

Choose this endpoint when you need to retrieve DEX token profile data from the BaseBrain platform and are working within a x402 micropayment-enabled agent workflow. Best suited for DeFi applications that need token metadata from a decentralized exchange context at a low per-call cost of $0.08 USDC.

## Known failure modes

- Invalid or malformed request body returns an error
- Token not found on the DEX returns empty or null result
- Payment not processed (x402 payment required) returns 402 status
- Service unavailable on Vercel deployment returns 503
- Rate limiting or quota exceeded returns 429

## How this service works

Generated by create next app

## Output

Returns a result object containing token profile data from the DEX, including available metadata about the queried token such as its on-chain details, market information, and other profile attributes available through the BaseBrain DEX integration.

## 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-profiles-b5dd7794/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)
