# MetaLend API Services Directory

> MetaLend API Services Directory is a paid API for AI agents from api.metalend.tech, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a directory listing of all MetaLend RebalancerResource API endpoints with one-line summaries and links to API documentation.

## Facts

- Endpoint: GET https://api.metalend.tech/v1/services
- 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/api-metalend-tech-ed732a6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FzCSI2oCswegGZ-3MjTpM

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 api-metalend-tech-ed732a6d
```

Example prompt: Show me the full directory of MetaLend API services so I can see what RebalancerResource endpoints are available and where the API docs are.

## When to prefer this

Use this endpoint when an agent needs to discover what capabilities the MetaLend API offers before deciding which specific endpoint to call, or when building a dynamic integration that needs to enumerate available RebalancerResource operations and their documentation links.

## Known failure modes

- Service unavailable (503) if MetaLend API is down
- Payment required (402) if USDC payment header is missing or invalid
- Rate limiting if too many requests are sent in a short window
- Empty or partial response if the services directory is being updated

## How this service works

Returns MetaLend API services directory with a one-line summary of each RebalancerResource endpoint plus links to API docs.

## Output

A structured directory listing all MetaLend RebalancerResource endpoints, each with a one-line description of its purpose and a link to its full API documentation page.

## Example request

```json
{
 "input": {
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {}
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-metalend-tech-ed732a6d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.metalend.tech](https://www.zero.xyz/host/api.metalend.tech/llms.txt)
