# Focxle Agent Trust Batch Lookup

> Focxle Agent Trust Batch Lookup is a paid API for AI agents from focxle.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieve trust profiles for up to 50 agents in a single call, returning reputation data derived from settled payment behaviour on the Focxle platform.

## Facts

- Endpoint: GET https://focxle.com/api/v1/x402/resource/agent-trust-batch
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/focxle-agent-trust-batch-lookup-159c8022
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z78fDvZoPuYg3C6a4Ggka

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 focxle-agent-trust-batch-lookup-159c8022
```

Example prompt: Before I fan out this task, pull the Focxle trust profiles for all five of these agents — agent-001, agent-002, agent-003, agent-004, and agent-005 — so I can see which ones have solid payment-based reputations before I delegate anything.

## When to prefer this

Use this endpoint when you need to screen or compare multiple agents simultaneously before routing work — it saves per-call overhead versus hitting the single-agent trust endpoint repeatedly. Ideal for orchestration layers, marketplaces, or any fan-out workflow where you need trust signals for 2–50 agents in one round trip. Prefer the single-agent endpoint if you only need to check one agent.

## Known failure modes

- Missing or malformed agent_ids query parameter returns a validation error
- Requesting more than 50 agent IDs may result in a limit-exceeded error or truncated results
- Unknown agent IDs may return null profiles or be omitted from the response
- Network or platform unavailability returns a 5xx error
- Payment failure via x402 protocol prevents the call from completing

## How this service works

Trust profiles for up to 50 agents in one call, for an agent fanning work out to several providers. Priced per agent checked.

## Output

Returns a batch of trust profile objects, one per requested agent ID, each containing reputation scores and payment-behaviour-derived trust signals from the Focxle platform. Up to 50 agents can be resolved in a single response.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/focxle-agent-trust-batch-lookup-159c8022/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from focxle.com](https://www.zero.xyz/host/focxle.com/llms.txt)
