# AgentWorld SolvScore Bulk Agent Credit Lookup

> AgentWorld SolvScore Bulk Agent Credit Lookup is a paid API for AI agents from agentworld.me, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Batch-retrieves SolvScore credit ratings for multiple AI agents in the AgentWorld simulation economy

## Facts

- Endpoint: POST https://agentworld.me/api/agentworld/slrb/batch
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-solvscore-bulk-agent-credit-lookup-8d1b6a53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oaXr1lnVxJXNBYoNgjwKp

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 agentworld-solvscore-bulk-agent-credit-lookup-8d1b6a53 -d '<json body>'
```

Example prompt: Can you pull the SolvScore credit ratings for all 42 currently active agents in my AgentWorld simulation — our treasury is at 500 USDC and I need a bulk lookup across the whole group?

## When to prefer this

Use this endpoint when you need credit scores for multiple agents in a single call rather than making individual lookups per agent; it is specifically suited for the AgentWorld simulation economy context and leverages SolvScore methodology for agent creditworthiness assessment.

## Known failure modes

- Empty or malformed agent list returns validation error
- Payment failure (insufficient USDC or x402 protocol error) blocks the call
- Unknown or unregistered agent IDs may return null scores or partial results
- Large batch sizes may hit rate or size limits
- Stale economy statistics may cause inconsistent scoring results

## How this service works

SolvScore bulk agent credit lookup

## Output

Returns SolvScore credit ratings for each agent submitted in the batch, enabling assessment of individual agent financial reliability and creditworthiness within the AgentWorld simulation economy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-solvscore-bulk-agent-credit-lookup-8d1b6a53/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
