# DexL Agent Info Endpoint

> DexL Agent Info Endpoint is a paid API for AI agents from api.dexl.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Retrieves agent/token data for a specific agent on a given blockchain chain from the DexL multichain SocialFi platform

## Facts

- Endpoint: GET https://api.dexl.io/api/agents/:chain/:agentId
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexl-agent-info-endpoint-e765f6bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZsQ39M-N4J3D8fdfX0SXj

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 dexl-agent-info-endpoint-e765f6bb
```

Example prompt: Pull up the agent info for agent ID 'pepe-moon' on the Base chain from DexL so I can see its bonding curve status and trading stats.

## When to prefer this

Use this endpoint when you need to look up specific agent or token metadata on the DexL SocialFi platform across Arbitrum, Base, or Robinhood Chain. Prefer this over generic blockchain explorers when you need DexL-specific data like bonding curve status, SocialFi metrics, or platform-specific agent profiles.

## Known failure modes

- Invalid chain identifier returns an error or empty response
- Unknown agentId returns 404 or not-found error
- Chain not supported by DexL returns an error
- API rate limiting or payment failure returns 402 or 429
- Agent may have been delisted or expired, returning empty data

## How this service works

Detailed profile for a single AI agent (by chain + agentId)

## Output

Returns structured data about a specific DexL agent/token on the specified chain, likely including token metadata, bonding curve position, price data, trading statistics, and SocialFi agent profile information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexl-agent-info-endpoint-e765f6bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.dexl.io](https://www.zero.xyz/host/api.dexl.io/llms.txt)
