# DexL Agents List

> DexL Agents List is a paid API for AI agents from api.dexl.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves a list of AI agents available on the DexL multichain SocialFi memecoin platform across Arbitrum, Robinhood Chain, and Base

## Facts

- Endpoint: GET https://api.dexl.io/api/agents
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexl-agents-list-0c883c03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BVpRMjLP3ak9rKR1nfn7f

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-agents-list-0c883c03
```

Example prompt: Show me all the AI agents available on the DexL SocialFi platform, especially any deployed on Robinhood Chain.

## When to prefer this

Use this endpoint when you need to discover or enumerate AI agents registered on the DexL SocialFi platform, particularly when you want to filter by chain (Arbitrum, Base, Robinhood Chain) before taking further action like trading or monitoring. Prefer this over generic DeFi agent directories when specifically operating within the DexL ecosystem.

## Known failure modes

- Invalid properties filter returns empty or malformed results
- Rate limiting or payment failure returns 402 status
- Network unavailability returns 5xx error
- Unsupported chain filter returns empty agent list

## How this service works

DexL AI agent economy leaderboard - enriched with on-chain stats

## Output

Returns a JSON object with a count of available agents and an array of agent records, each containing the agent's name and the blockchain chain it operates on (e.g. {"count":1,"agents":[{"name":"NOVA","chain":"robinhood"}]}).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "agents": [
   {
    "name": "NOVA",
    "chain": "robinhood"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexl-agents-list-0c883c03/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)
