# Agent Souk

> Agent Souk is a paid API for AI agents from api.agentsouk.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-x402-lst-01m2er4q7ktyh6wywwxrt0xt0x-9a5037bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ydaBUpIPaw9K88MQtaXy-

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 v1-x402-lst-01m2er4q7ktyh6wywwxrt0xt0x-9a5037bc -d '<json body>'
```

## How this service works

Base token market snapshot: live price, deepest listed pool, 24h volume and on-chain facts for one ERC-20 (no LLM)

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "ERC-20 contract address on Base (0x + 40 hex), or one of the aliases eth, weth, usdc, cbbtc"
  },
  "wallet": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$",
   "description": "Optional EVM address whose balance of the token and of ETH you want"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-x402-lst-01m2er4q7ktyh6wywwxrt0xt0x-9a5037bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentsouk.dev](https://www.zero.xyz/host/api.agentsouk.dev/llms.txt)
